VDMA_PGTBL_ENTRIES 32 arch/mips/include/asm/jazzdma.h #define VDMA_PGTBL_SIZE (sizeof(VDMA_PGTBL_ENTRY) * VDMA_PGTBL_ENTRIES) VDMA_PGTBL_ENTRIES 56 arch/mips/jazz/jazzdma.c for (i = 0; i < VDMA_PGTBL_ENTRIES; i++) { VDMA_PGTBL_ENTRIES 124 arch/mips/jazz/jazzdma.c first < VDMA_PGTBL_ENTRIES) first++; VDMA_PGTBL_ENTRIES 125 arch/mips/jazz/jazzdma.c if (first + pages > VDMA_PGTBL_ENTRIES) { /* nothing free */ VDMA_PGTBL_ENTRIES 199 arch/mips/jazz/jazzdma.c while (i < VDMA_PGTBL_ENTRIES && pgtbl[i].owner == laddr) { VDMA_PGTBL_ENTRIES 240 arch/mips/jazz/jazzdma.c if (first + pages > VDMA_PGTBL_ENTRIES) { VDMA_PGTBL_ENTRIES 247 arch/mips/jazz/jazzdma.c while (pages > 0 && first < VDMA_PGTBL_ENTRIES) { VDMA_PGTBL_ENTRIES 295 arch/mips/jazz/jazzdma.c for (i = 0; i < VDMA_PGTBL_ENTRIES; i++) { VDMA_PGTBL_ENTRIES 300 arch/mips/jazz/jazzdma.c if (i == VDMA_PGTBL_ENTRIES)