VDMA_PAGESIZE      40 arch/mips/include/asm/jazzdma.h #define VDMA_OFFSET(a)		((unsigned int)(a) & (VDMA_PAGESIZE-1))
VDMA_PAGESIZE      59 arch/mips/jazz/jazzdma.c 		paddr += VDMA_PAGESIZE;
VDMA_PAGESIZE     143 arch/mips/jazz/jazzdma.c 	laddr = (first << 12) + (paddr & (VDMA_PAGESIZE - 1));
VDMA_PAGESIZE     144 arch/mips/jazz/jazzdma.c 	frame = paddr & ~(VDMA_PAGESIZE - 1);
VDMA_PAGESIZE     149 arch/mips/jazz/jazzdma.c 		frame += VDMA_PAGESIZE;
VDMA_PAGESIZE     236 arch/mips/jazz/jazzdma.c 	pages = (((paddr & (VDMA_PAGESIZE - 1)) + size) >> 12) + 1;
VDMA_PAGESIZE     246 arch/mips/jazz/jazzdma.c 	paddr &= ~(VDMA_PAGESIZE - 1);
VDMA_PAGESIZE     254 arch/mips/jazz/jazzdma.c 		paddr += VDMA_PAGESIZE;
VDMA_PAGESIZE     266 arch/mips/jazz/jazzdma.c 		pages = (((paddr & (VDMA_PAGESIZE - 1)) + size) >> 12) + 1;
VDMA_PAGESIZE     293 arch/mips/jazz/jazzdma.c 	frame = paddr & ~(VDMA_PAGESIZE - 1);
VDMA_PAGESIZE     303 arch/mips/jazz/jazzdma.c 	return (i << 12) + (paddr & (VDMA_PAGESIZE - 1));
VDMA_PAGESIZE     313 arch/mips/jazz/jazzdma.c 	return pgtbl[laddr >> 12].frame + (laddr & (VDMA_PAGESIZE - 1));