Lines Matching refs:localAddr
84 uint64_t localAddr, in mbcs_getdma_set() argument
109 local_addr.dma_ram_addr = localAddr; in mbcs_getdma_set()
131 uint64_t localAddr, in mbcs_putdma_set() argument
156 local_addr.dma_ram_addr = localAddr; in mbcs_putdma_set()
221 gdma->localAddr, in mbcs_getdma_start()
222 (gdma->localAddr < MB2) ? 0 : in mbcs_getdma_start()
223 (gdma->localAddr < MB4) ? 1 : in mbcs_getdma_start()
224 (gdma->localAddr < MB6) ? 2 : 3, in mbcs_getdma_start()
261 pdma->localAddr, in mbcs_putdma_start()
262 (pdma->localAddr < MB2) ? 0 : in mbcs_putdma_start()
263 (pdma->localAddr < MB4) ? 1 : in mbcs_putdma_start()
264 (pdma->localAddr < MB6) ? 2 : 3, in mbcs_putdma_start()
322 soft->putdma.localAddr = *off; in do_mbcs_sram_dmawrite()
359 soft->getdma.localAddr = *off; in do_mbcs_sram_dmaread()