Home
last modified time | relevance | path

Searched refs:VDMA_PGTBL_ENTRIES (Results 1 – 2 of 2) sorted by relevance

/linux/arch/mips/jazz/
A Djazzdma.c54 for (i = 0; i < VDMA_PGTBL_ENTRIES; i++) { in vdma_pgtbl_init()
122 first < VDMA_PGTBL_ENTRIES) first++; in vdma_alloc()
123 if (first + pages > VDMA_PGTBL_ENTRIES) { /* nothing free */ in vdma_alloc()
197 while (i < VDMA_PGTBL_ENTRIES && pgtbl[i].owner == laddr) { in vdma_free()
223 for (i = 0; i < VDMA_PGTBL_ENTRIES; i++) { in vdma_phys2log()
228 if (i == VDMA_PGTBL_ENTRIES) in vdma_phys2log()
/linux/arch/mips/include/asm/
A Djazzdma.h29 #define VDMA_PGTBL_ENTRIES 4096 macro
30 #define VDMA_PGTBL_SIZE (sizeof(VDMA_PGTBL_ENTRY) * VDMA_PGTBL_ENTRIES)

Completed in 5 milliseconds