Home
last modified time | relevance | path

Searched refs:PCI_CFG_RETRY (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dlinux_osl.c57 #define PCI_CFG_RETRY 10 /* PR15065: retry count for pci cfg accesses */ macro
479 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()
H A Ddhd_pcie_linux.c99 #define PCI_CFG_RETRY 10 /* PR15065: retry count for pci cfg accesses */ macro
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dlinux_osl.c57 #define PCI_CFG_RETRY 10 /* PR15065: retry count for pci cfg accesses */ macro
479 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()
H A Ddhd_pcie_linux.c101 #define PCI_CFG_RETRY 10 /* PR15065: retry count for pci cfg accesses */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dlinux_osl.c83 #define PCI_CFG_RETRY 10 macro
623 uint retry = PCI_CFG_RETRY; in osl_pci_read_config()
642 uint retry = PCI_CFG_RETRY; in osl_pci_write_config()
H A Ddhd_pcie_linux.c83 #define PCI_CFG_RETRY 10 macro
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dlinux_osl.c83 #define PCI_CFG_RETRY 10 macro
623 uint retry = PCI_CFG_RETRY; in osl_pci_read_config()
642 uint retry = PCI_CFG_RETRY; in osl_pci_write_config()
H A Ddhd_pcie_linux.c83 #define PCI_CFG_RETRY 10 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dlinux_osl.c83 #define PCI_CFG_RETRY 10 macro
623 uint retry = PCI_CFG_RETRY; in osl_pci_read_config()
642 uint retry = PCI_CFG_RETRY; in osl_pci_write_config()
H A Ddhd_pcie_linux.c83 #define PCI_CFG_RETRY 10 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dlinux_osl.c86 #define PCI_CFG_RETRY 10 macro
1469 uint retry = PCI_CFG_RETRY; in osl_pci_read_config()
1489 uint retry = PCI_CFG_RETRY; in osl_pci_write_config()
H A Ddhd_pcie_linux.c73 #define PCI_CFG_RETRY 10 macro