Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/jazz/
Djazzdma.c310 unsigned long vdma_log2phys(unsigned long laddr) in vdma_log2phys() function
315 EXPORT_SYMBOL(vdma_log2phys);
608 arch_sync_dma_for_cpu(dev, vdma_log2phys(dma_addr), size, dir); in jazz_dma_unmap_page()
648 arch_sync_dma_for_device(dev, vdma_log2phys(addr), size, dir); in jazz_dma_sync_single_for_device()
654 arch_sync_dma_for_cpu(dev, vdma_log2phys(addr), size, dir); in jazz_dma_sync_single_for_cpu()
/Linux-v4.19/arch/mips/include/asm/
Djazzdma.h16 extern unsigned long vdma_log2phys(unsigned long laddr);