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

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

Completed in 139 milliseconds