Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
A Djazzdma.h30 #define VDMA_PGTBL_SIZE (sizeof(VDMA_PGTBL_ENTRY) * VDMA_PGTBL_ENTRIES)
43 typedef volatile struct VDMA_PGTBL_ENTRY { struct
46 } VDMA_PGTBL_ENTRY; argument
/linux/arch/mips/jazz/
A Djazzdma.c32 static VDMA_PGTBL_ENTRY *pgtbl;
71 pgtbl = (VDMA_PGTBL_ENTRY *)__get_free_pages(GFP_KERNEL | GFP_DMA, in vdma_init()
75 pgtbl = (VDMA_PGTBL_ENTRY *)CKSEG1ADDR((unsigned long)pgtbl); in vdma_init()

Completed in 4 milliseconds