Home
last modified time | relevance | path

Searched refs:h2d_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
4154 h2d_support = bus->dhd->dma_h2d_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
5736 h2d_support = dhd->dma_h2d_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
5728 h2d_support = dhd->dma_h2d_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
5728 h2d_support = dhd->dma_h2d_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
7872 h2d_support = dhd->dma_h2d_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
7865 h2d_support = dhd->dma_h2d_ring_upd_support ? 1 : 0; in dhdpcie_get_dma_ring_indices()
7866 return (d2h_support | (h2d_support << 1)); in dhdpcie_get_dma_ring_indices()