Searched defs:pgtbl (Results 1 - 1 of 1) sorted by relevance

/arch/mips/jazz/
H A Djazzdma.c31 static VDMA_PGTBL_ENTRY *pgtbl; variable
54 pgtbl[i].frame = paddr;
55 pgtbl[i].owner = VDMA_PAGE_EMPTY;
70 pgtbl = (VDMA_PGTBL_ENTRY *)__get_free_pages(GFP_KERNEL | GFP_DMA,
72 BUG_ON(!pgtbl);
73 dma_cache_wback_inv((unsigned long)pgtbl, VDMA_PGTBL_SIZE);
74 pgtbl = (VDMA_PGTBL_ENTRY *)KSEG1ADDR(pgtbl);
81 r4030_write_reg32(JAZZ_R4030_TRSTBL_BASE, CPHYSADDR(pgtbl));
118 while (pgtbl[firs
[all...]

Completed in 35 milliseconds