Lines Matching refs:localAddr
83 uint64_t localAddr, in mbcs_getdma_set() argument
108 local_addr.dma_ram_addr = localAddr; in mbcs_getdma_set()
130 uint64_t localAddr, in mbcs_putdma_set() argument
155 local_addr.dma_ram_addr = localAddr; in mbcs_putdma_set()
220 gdma->localAddr, in mbcs_getdma_start()
221 (gdma->localAddr < MB2) ? 0 : in mbcs_getdma_start()
222 (gdma->localAddr < MB4) ? 1 : in mbcs_getdma_start()
223 (gdma->localAddr < MB6) ? 2 : 3, in mbcs_getdma_start()
260 pdma->localAddr, in mbcs_putdma_start()
261 (pdma->localAddr < MB2) ? 0 : in mbcs_putdma_start()
262 (pdma->localAddr < MB4) ? 1 : in mbcs_putdma_start()
263 (pdma->localAddr < MB6) ? 2 : 3, in mbcs_putdma_start()
321 soft->putdma.localAddr = *off; in do_mbcs_sram_dmawrite()
358 soft->getdma.localAddr = *off; in do_mbcs_sram_dmaread()