Searched refs:VDMA_PAGE (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/
H A Djazzdma.h36 * Note that VDMA_PAGE() works for physical addresses only
38 #define VDMA_PAGE(a) ((unsigned int)(a) >> 12) macro
/linux-4.1.27/arch/mips/jazz/
H A Djazzdma.c115 pages = VDMA_PAGE(paddr + size) - VDMA_PAGE(paddr) + 1; vdma_alloc()

Completed in 98 milliseconds