Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
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; argument
/linux-4.1.27/arch/mips/jazz/
Djazzdma.c31 static VDMA_PGTBL_ENTRY *pgtbl;
70 pgtbl = (VDMA_PGTBL_ENTRY *)__get_free_pages(GFP_KERNEL | GFP_DMA, in vdma_init()
74 pgtbl = (VDMA_PGTBL_ENTRY *)KSEG1ADDR(pgtbl); in vdma_init()