Searched refs:PCI_CFG_RETRY (Results 1 – 12 of 12) sorted by relevance
57 #define PCI_CFG_RETRY 10 /* PR15065: retry count for pci cfg accesses */ macro479 uint retry = PCI_CFG_RETRY; /* PR15065: faulty cardbus controller bug */ in osl_pci_read_config()493 if (retry < PCI_CFG_RETRY) in osl_pci_read_config()495 (PCI_CFG_RETRY - retry)); in osl_pci_read_config()504 uint retry = PCI_CFG_RETRY; /* PR15065: faulty cardbus controller bug */ in osl_pci_write_config()523 if (retry < PCI_CFG_RETRY) in osl_pci_write_config()525 (PCI_CFG_RETRY - retry)); in osl_pci_write_config()
99 #define PCI_CFG_RETRY 10 /* PR15065: retry count for pci cfg accesses */ macro
101 #define PCI_CFG_RETRY 10 /* PR15065: retry count for pci cfg accesses */ macro
83 #define PCI_CFG_RETRY 10 macro623 uint retry = PCI_CFG_RETRY; in osl_pci_read_config()642 uint retry = PCI_CFG_RETRY; in osl_pci_write_config()
83 #define PCI_CFG_RETRY 10 macro
86 #define PCI_CFG_RETRY 10 macro1469 uint retry = PCI_CFG_RETRY; in osl_pci_read_config()1489 uint retry = PCI_CFG_RETRY; in osl_pci_write_config()
73 #define PCI_CFG_RETRY 10 macro