Home
last modified time | relevance | path

Searched refs:localAddr (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/char/ !
Dmbcs.c84 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()
[all …]
Dmbcs.h493 uint64_t localAddr; member
506 uint64_t localAddr; member