Home
last modified time | relevance | path

Searched refs:temp_va (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dlinux_osl.c1745 void *temp_va = osh->contig_base_alloc_coherent_va; local
1750 osh->sec_cma_coherent[i].va = temp_va;
1752 temp_va = ((uint8 *)temp_va)+SEC_CMA_COHERENT_BLK;
1761 void *temp_va = NULL; local
1772 temp_va = osh->sec_cma_coherent[i].va;
1781 temp_va, (ulong)temp_pa, size);
1784 return temp_va;
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dlinux_osl.c1746 void *temp_va = osh->contig_base_alloc_coherent_va; in osl_sec_dma_init_consistent() local
1751 osh->sec_cma_coherent[i].va = temp_va; in osl_sec_dma_init_consistent()
1753 temp_va = ((uint8 *)temp_va)+SEC_CMA_COHERENT_BLK; in osl_sec_dma_init_consistent()
1762 void *temp_va = NULL; in osl_sec_dma_alloc_consistent() local
1773 temp_va = osh->sec_cma_coherent[i].va; in osl_sec_dma_alloc_consistent()
1782 temp_va, (ulong)temp_pa, size); in osl_sec_dma_alloc_consistent()
1785 return temp_va; in osl_sec_dma_alloc_consistent()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dlinux_osl.c1745 void *temp_va = osh->contig_base_alloc_coherent_va; local
1750 osh->sec_cma_coherent[i].va = temp_va;
1752 temp_va = ((uint8 *)temp_va)+SEC_CMA_COHERENT_BLK;
1761 void *temp_va = NULL; local
1772 temp_va = osh->sec_cma_coherent[i].va;
1781 temp_va, (ulong)temp_pa, size);
1784 return temp_va;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dlinux_osl.c2596 void *temp_va = osh->contig_base_alloc_coherent_va; in osl_sec_dma_init_consistent() local
2601 osh->sec_cma_coherent[i].va = temp_va; in osl_sec_dma_init_consistent()
2603 temp_va = ((uint8 *)temp_va)+SEC_CMA_COHERENT_BLK; in osl_sec_dma_init_consistent()
2612 void *temp_va = NULL; in osl_sec_dma_alloc_consistent() local
2623 temp_va = osh->sec_cma_coherent[i].va; in osl_sec_dma_alloc_consistent()
2632 temp_va, (ulong)temp_pa, size); in osl_sec_dma_alloc_consistent()
2635 return temp_va; in osl_sec_dma_alloc_consistent()