Home
last modified time | relevance | path

Searched refs:cto_enable (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_pcie.h138 #define PCIECTO_ENAB(bus) ((bus)->cto_enable)
428 bool cto_enable; /* enable PCIE CTO Prevention and recovery */ member
H A Ddhd_pcie.c1156 intstatus, bus->cto_enable)); in dhdpcie_bus_isr()
1576 bus->cto_enable = FALSE; in dhdpcie_dongle_attach()
1581 bus->cto_enable = TRUE; in dhdpcie_dongle_attach()
1586 bus->cto_enable = FALSE; in dhdpcie_dongle_attach()
6525 int_val = (int32)bus->cto_enable; in dhdpcie_bus_doiovar()
11308 bus->cto_enable = enable; in dhdpcie_cto_init()
11329 __FUNCTION__, bus->cto_enable)); in dhdpcie_cto_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_pcie.h138 #define PCIECTO_ENAB(bus) ((bus)->cto_enable)
428 bool cto_enable; /* enable PCIE CTO Prevention and recovery */ member
H A Ddhd_pcie.c1163 intstatus, bus->cto_enable)); in dhdpcie_bus_isr()
1584 bus->cto_enable = FALSE; in dhdpcie_dongle_attach()
1589 bus->cto_enable = TRUE; in dhdpcie_dongle_attach()
1594 bus->cto_enable = FALSE; in dhdpcie_dongle_attach()
6533 int_val = (int32)bus->cto_enable; in dhdpcie_bus_doiovar()
11317 bus->cto_enable = enable; in dhdpcie_cto_init()
11338 __FUNCTION__, bus->cto_enable)); in dhdpcie_cto_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_pcie.h138 #define PCIECTO_ENAB(bus) ((bus)->cto_enable)
428 bool cto_enable; /* enable PCIE CTO Prevention and recovery */ member
H A Ddhd_pcie.c1156 intstatus, bus->cto_enable)); in dhdpcie_bus_isr()
1576 bus->cto_enable = FALSE; in dhdpcie_dongle_attach()
1581 bus->cto_enable = TRUE; in dhdpcie_dongle_attach()
1586 bus->cto_enable = FALSE; in dhdpcie_dongle_attach()
6525 int_val = (int32)bus->cto_enable; in dhdpcie_bus_doiovar()
11308 bus->cto_enable = enable; in dhdpcie_cto_init()
11329 __FUNCTION__, bus->cto_enable)); in dhdpcie_cto_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_pcie.h118 #define PCIECTO_ENAB(bus) ((bus)->cto_enable)
542 bool cto_enable; /* enable PCIE CTO Prevention and recovery */ member
H A Ddhd_pcie.c1489 intstatus, bus->cto_enable)); in dhdpcie_bus_isr()
2014 bus->cto_enable = FALSE; in dhdpcie_dongle_attach()
2021 bus->cto_enable = FALSE; in dhdpcie_dongle_attach()
2024 bus->cto_enable = TRUE; in dhdpcie_dongle_attach()
2028 bus->cto_enable = FALSE; in dhdpcie_dongle_attach()
2428 pci_intstatus, bus->cto_enable)); in dhdpcie_dongle_attach()
9050 int_val = (int32)bus->cto_enable; in dhdpcie_bus_doiovar()
15115 bus->cto_enable = enable; in dhdpcie_cto_init()
15143 __FUNCTION__, ctoctrl, bus->cto_enable, chipid)); in dhdpcie_cto_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_pcie.h118 #define PCIECTO_ENAB(bus) ((bus)->cto_enable)
542 bool cto_enable; /* enable PCIE CTO Prevention and recovery */ member
H A Ddhd_pcie.c1489 intstatus, bus->cto_enable)); in dhdpcie_bus_isr()
2014 bus->cto_enable = FALSE; in dhdpcie_dongle_attach()
2021 bus->cto_enable = FALSE; in dhdpcie_dongle_attach()
2024 bus->cto_enable = TRUE; in dhdpcie_dongle_attach()
2028 bus->cto_enable = FALSE; in dhdpcie_dongle_attach()
2424 pci_intstatus, bus->cto_enable)); in dhdpcie_dongle_attach()
9057 int_val = (int32)bus->cto_enable; in dhdpcie_bus_doiovar()
15122 bus->cto_enable = enable; in dhdpcie_cto_init()
15150 __FUNCTION__, ctoctrl, bus->cto_enable, chipid)); in dhdpcie_cto_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_pcie.h130 #define PCIECTO_ENAB(dhd) ((dhd)->cto_enable)
H A Ddhd_pcie.c4402 bus->dhd->cto_enable = bool_val; in dhdpcie_bus_doiovar()
4403 dhdpcie_cto_init(bus, bus->dhd->cto_enable); in dhdpcie_bus_doiovar()
4405 __FUNCTION__, bus->dhd->cto_enable)); in dhdpcie_bus_doiovar()
4414 int_val = (int32)bus->dhd->cto_enable; in dhdpcie_bus_doiovar()
H A Ddhd.h972 bool cto_enable; /* enable PCIE CTO Prevention and recovery */ member