Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_pcie.h429 uint32 cto_threshold; /* PCIE CTO timeout threshold */ member
H A Ddhd_pcie.c6535 bus->cto_threshold = (uint32)int_val; in dhdpcie_bus_doiovar()
6544 if (bus->cto_threshold) in dhdpcie_bus_doiovar()
6545 int_val = (int32)bus->cto_threshold; in dhdpcie_bus_doiovar()
11313 if (bus->cto_threshold == 0) { in dhdpcie_cto_init()
11314 bus->cto_threshold = PCIE_CTO_TO_THRESH_DEFAULT; in dhdpcie_cto_init()
11318 ((bus->cto_threshold << PCIE_CTO_TO_THRESHOLD_SHIFT) & in dhdpcie_cto_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_pcie.h429 uint32 cto_threshold; /* PCIE CTO timeout threshold */ member
H A Ddhd_pcie.c6543 bus->cto_threshold = (uint32)int_val; in dhdpcie_bus_doiovar()
6552 if (bus->cto_threshold) in dhdpcie_bus_doiovar()
6553 int_val = (int32)bus->cto_threshold; in dhdpcie_bus_doiovar()
11322 if (bus->cto_threshold == 0) { in dhdpcie_cto_init()
11323 bus->cto_threshold = PCIE_CTO_TO_THRESH_DEFAULT; in dhdpcie_cto_init()
11327 ((bus->cto_threshold << PCIE_CTO_TO_THRESHOLD_SHIFT) & in dhdpcie_cto_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_pcie.h429 uint32 cto_threshold; /* PCIE CTO timeout threshold */ member
H A Ddhd_pcie.c6535 bus->cto_threshold = (uint32)int_val; in dhdpcie_bus_doiovar()
6544 if (bus->cto_threshold) in dhdpcie_bus_doiovar()
6545 int_val = (int32)bus->cto_threshold; in dhdpcie_bus_doiovar()
11313 if (bus->cto_threshold == 0) { in dhdpcie_cto_init()
11314 bus->cto_threshold = PCIE_CTO_TO_THRESH_DEFAULT; in dhdpcie_cto_init()
11318 ((bus->cto_threshold << PCIE_CTO_TO_THRESHOLD_SHIFT) & in dhdpcie_cto_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_pcie.h543 uint32 cto_threshold; /* PCIE CTO timeout threshold */ member
H A Ddhd_pcie.c9060 bus->cto_threshold = (uint32)int_val; in dhdpcie_bus_doiovar()
9069 if (bus->cto_threshold) { in dhdpcie_bus_doiovar()
9070 int_val = (int32)bus->cto_threshold; in dhdpcie_bus_doiovar()
15120 if (bus->cto_threshold == 0) { in dhdpcie_cto_init()
15124 bus->cto_threshold = PCIE_CTO_TO_THRESH_DEFAULT_REV69; in dhdpcie_cto_init()
15126 bus->cto_threshold = PCIE_CTO_TO_THRESH_DEFAULT; in dhdpcie_cto_init()
15129 val = ((bus->cto_threshold << PCIE_CTO_TO_THRESHOLD_SHIFT) & in dhdpcie_cto_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_pcie.h543 uint32 cto_threshold; /* PCIE CTO timeout threshold */ member
H A Ddhd_pcie.c9067 bus->cto_threshold = (uint32)int_val; in dhdpcie_bus_doiovar()
9076 if (bus->cto_threshold) { in dhdpcie_bus_doiovar()
9077 int_val = (int32)bus->cto_threshold; in dhdpcie_bus_doiovar()
15127 if (bus->cto_threshold == 0) { in dhdpcie_cto_init()
15131 bus->cto_threshold = PCIE_CTO_TO_THRESH_DEFAULT_REV69; in dhdpcie_cto_init()
15133 bus->cto_threshold = PCIE_CTO_TO_THRESH_DEFAULT; in dhdpcie_cto_init()
15136 val = ((bus->cto_threshold << PCIE_CTO_TO_THRESHOLD_SHIFT) & in dhdpcie_cto_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_pcie.c4424 bus->dhd->cto_threshold = (uint32)int_val; in dhdpcie_bus_doiovar()
4433 if (bus->dhd->cto_threshold) in dhdpcie_bus_doiovar()
4434 int_val = (int32)bus->dhd->cto_threshold; in dhdpcie_bus_doiovar()
7777 if (bus->dhd->cto_threshold == 0) { in dhdpcie_cto_init()
7778 bus->dhd->cto_threshold = PCIE_CTO_TO_THRESH_DEFAULT; in dhdpcie_cto_init()
7783 ((bus->dhd->cto_threshold << PCIE_CTO_TO_THRESHOLD_SHIFT) & in dhdpcie_cto_init()
H A Ddhd.h973 uint32 cto_threshold; /* PCIE CTO timeout threshold */ member