Home
last modified time | relevance | path

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

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