Home
last modified time | relevance | path

Searched refs:sec_cma_coherent (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dlinux_osl.c1749 osh->sec_cma_coherent[i].avail = TRUE;
1750 osh->sec_cma_coherent[i].va = temp_va;
1751 osh->sec_cma_coherent[i].pa = temp_pa;
1771 if (osh->sec_cma_coherent[i].avail == TRUE) {
1772 temp_va = osh->sec_cma_coherent[i].va;
1773 temp_pa = osh->sec_cma_coherent[i].pa;
1774 osh->sec_cma_coherent[i].avail = FALSE;
1793 if (osh->sec_cma_coherent[i].va == va) {
1794 osh->sec_cma_coherent[i].avail = TRUE;
H A Dlinux_osl_priv.h163 } sec_cma_coherent[SEC_CMA_COHERENT_MAX]; member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dlinux_osl.c1750 osh->sec_cma_coherent[i].avail = TRUE; in osl_sec_dma_init_consistent()
1751 osh->sec_cma_coherent[i].va = temp_va; in osl_sec_dma_init_consistent()
1752 osh->sec_cma_coherent[i].pa = temp_pa; in osl_sec_dma_init_consistent()
1772 if (osh->sec_cma_coherent[i].avail == TRUE) { in osl_sec_dma_alloc_consistent()
1773 temp_va = osh->sec_cma_coherent[i].va; in osl_sec_dma_alloc_consistent()
1774 temp_pa = osh->sec_cma_coherent[i].pa; in osl_sec_dma_alloc_consistent()
1775 osh->sec_cma_coherent[i].avail = FALSE; in osl_sec_dma_alloc_consistent()
1794 if (osh->sec_cma_coherent[i].va == va) { in osl_sec_dma_free_consistent()
1795 osh->sec_cma_coherent[i].avail = TRUE; in osl_sec_dma_free_consistent()
H A Dlinux_osl_priv.h163 } sec_cma_coherent[SEC_CMA_COHERENT_MAX]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dlinux_osl.c1749 osh->sec_cma_coherent[i].avail = TRUE;
1750 osh->sec_cma_coherent[i].va = temp_va;
1751 osh->sec_cma_coherent[i].pa = temp_pa;
1771 if (osh->sec_cma_coherent[i].avail == TRUE) {
1772 temp_va = osh->sec_cma_coherent[i].va;
1773 temp_pa = osh->sec_cma_coherent[i].pa;
1774 osh->sec_cma_coherent[i].avail = FALSE;
1793 if (osh->sec_cma_coherent[i].va == va) {
1794 osh->sec_cma_coherent[i].avail = TRUE;
H A Dlinux_osl_priv.h163 } sec_cma_coherent[SEC_CMA_COHERENT_MAX]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dlinux_osl.c223 } sec_cma_coherent[SEC_CMA_COHERENT_MAX]; member
2600 osh->sec_cma_coherent[i].avail = TRUE; in osl_sec_dma_init_consistent()
2601 osh->sec_cma_coherent[i].va = temp_va; in osl_sec_dma_init_consistent()
2602 osh->sec_cma_coherent[i].pa = temp_pa; in osl_sec_dma_init_consistent()
2622 if (osh->sec_cma_coherent[i].avail == TRUE) { in osl_sec_dma_alloc_consistent()
2623 temp_va = osh->sec_cma_coherent[i].va; in osl_sec_dma_alloc_consistent()
2624 temp_pa = osh->sec_cma_coherent[i].pa; in osl_sec_dma_alloc_consistent()
2625 osh->sec_cma_coherent[i].avail = FALSE; in osl_sec_dma_alloc_consistent()
2644 if (osh->sec_cma_coherent[i].va == va) { in osl_sec_dma_free_consistent()
2645 osh->sec_cma_coherent[i].avail = TRUE; in osl_sec_dma_free_consistent()