Searched refs:VDMA_PAGESIZE (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Djazzdma.h30 #define VDMA_PAGESIZE 4096 macro
40 #define VDMA_OFFSET(a) ((unsigned int)(a) & (VDMA_PAGESIZE-1))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Djazzdma.h30 #define VDMA_PAGESIZE 4096 macro
40 #define VDMA_OFFSET(a) ((unsigned int)(a) & (VDMA_PAGESIZE-1))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Djazzdma.h30 #define VDMA_PAGESIZE 4096 macro
40 #define VDMA_OFFSET(a) ((unsigned int)(a) & (VDMA_PAGESIZE-1))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Djazzdma.h30 #define VDMA_PAGESIZE 4096 macro
40 #define VDMA_OFFSET(a) ((unsigned int)(a) & (VDMA_PAGESIZE-1))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/jazz/
H A Djazzdma.c53 paddr += VDMA_PAGESIZE;
141 laddr = (first << 12) + (paddr & (VDMA_PAGESIZE - 1));
142 frame = paddr & ~(VDMA_PAGESIZE - 1);
147 frame += VDMA_PAGESIZE;
236 (((paddr & (VDMA_PAGESIZE - 1)) + size) >> 12) + 1;
246 paddr &= ~(VDMA_PAGESIZE - 1);
254 paddr += VDMA_PAGESIZE;
266 pages = (((paddr & (VDMA_PAGESIZE - 1)) + size) >> 12) + 1;
295 frame = paddr & ~(VDMA_PAGESIZE - 1);
305 return (i << 12) + (paddr & (VDMA_PAGESIZE
[all...]

Completed in 48 milliseconds