Home
last modified time | relevance | path

Searched refs:d2h_support (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_pcie.c4151 { int h2d_support, d2h_support; in dhdpcie_bus_doiovar() local
4153 d2h_support = bus->dhd->dma_d2h_ring_upd_support ? 1 : 0; in dhdpcie_bus_doiovar()
4155 int_val = d2h_support | (h2d_support << 1); in dhdpcie_bus_doiovar()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_pcie.c5733 int h2d_support, d2h_support; in dhdpcie_get_dma_ring_indices() local
5735 d2h_support = dhd->dma_d2h_ring_upd_support ? 1 : 0; in dhdpcie_get_dma_ring_indices()
5737 return (d2h_support | (h2d_support << 1)); in dhdpcie_get_dma_ring_indices()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_pcie.c5725 int h2d_support, d2h_support; in dhdpcie_get_dma_ring_indices() local
5727 d2h_support = dhd->dma_d2h_ring_upd_support ? 1 : 0; in dhdpcie_get_dma_ring_indices()
5729 return (d2h_support | (h2d_support << 1)); in dhdpcie_get_dma_ring_indices()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_pcie.c5725 int h2d_support, d2h_support; in dhdpcie_get_dma_ring_indices() local
5727 d2h_support = dhd->dma_d2h_ring_upd_support ? 1 : 0; in dhdpcie_get_dma_ring_indices()
5729 return (d2h_support | (h2d_support << 1)); in dhdpcie_get_dma_ring_indices()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_pcie.c7869 int h2d_support, d2h_support; in dhdpcie_get_dma_ring_indices() local
7871 d2h_support = dhd->dma_d2h_ring_upd_support ? 1 : 0; in dhdpcie_get_dma_ring_indices()
7873 return (d2h_support | (h2d_support << 1)); in dhdpcie_get_dma_ring_indices()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_pcie.c7862 int h2d_support, d2h_support; in dhdpcie_get_dma_ring_indices() local
7864 d2h_support = dhd->dma_d2h_ring_upd_support ? 1 : 0; in dhdpcie_get_dma_ring_indices()
7866 return (d2h_support | (h2d_support << 1)); in dhdpcie_get_dma_ring_indices()