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

/linux-4.1.27/arch/mips/include/asm/
H A Djazzdma.h31 #define VDMA_PGTBL_SIZE (sizeof(VDMA_PGTBL_ENTRY) * VDMA_PGTBL_ENTRIES)
50 typedef volatile struct VDMA_PGTBL_ENTRY { struct
53 } VDMA_PGTBL_ENTRY; typedef in typeref:struct:VDMA_PGTBL_ENTRY
/linux-4.1.27/arch/mips/jazz/
H A Djazzdma.c31 static VDMA_PGTBL_ENTRY *pgtbl;
70 pgtbl = (VDMA_PGTBL_ENTRY *)__get_free_pages(GFP_KERNEL | GFP_DMA, vdma_init()
74 pgtbl = (VDMA_PGTBL_ENTRY *)KSEG1ADDR(pgtbl); vdma_init()

Completed in 51 milliseconds