no_pci_retry     1247 drivers/video/fbdev/matrox/matroxfb_base.c static int no_pci_retry;		/* "matroxfb:nopciretry" */
no_pci_retry     2087 drivers/video/fbdev/matrox/matroxfb_base.c 	minfo->devflags.nopciretry = no_pci_retry;
no_pci_retry     2429 drivers/video/fbdev/matrox/matroxfb_base.c 				no_pci_retry = !value;
no_pci_retry     2496 drivers/video/fbdev/matrox/matroxfb_base.c module_param(no_pci_retry, int, 0);
no_pci_retry     2497 drivers/video/fbdev/matrox/matroxfb_base.c MODULE_PARM_DESC(no_pci_retry, "PCI retries enabled (0 or 1=disabled) (default=0)");