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

/linux-4.1.27/arch/mips/include/asm/
H A Djazzdma.h30 #define VDMA_PGTBL_ENTRIES 4096 macro
31 #define VDMA_PGTBL_SIZE (sizeof(VDMA_PGTBL_ENTRY) * VDMA_PGTBL_ENTRIES)
/linux-4.1.27/arch/mips/jazz/
H A Djazzdma.c53 for (i = 0; i < VDMA_PGTBL_ENTRIES; i++) { vdma_pgtbl_init()
119 first < VDMA_PGTBL_ENTRIES) first++; vdma_alloc()
120 if (first + pages > VDMA_PGTBL_ENTRIES) { /* nothing free */ vdma_alloc()
194 while (i < VDMA_PGTBL_ENTRIES && pgtbl[i].owner == laddr) { vdma_free()
235 if (first + pages > VDMA_PGTBL_ENTRIES) { vdma_remap()
242 while (pages > 0 && first < VDMA_PGTBL_ENTRIES) { vdma_remap()
290 for (i = 0; i < VDMA_PGTBL_ENTRIES; i++) { vdma_phys2log()
295 if (i == VDMA_PGTBL_ENTRIES) vdma_phys2log()

Completed in 55 milliseconds