Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/jazz/
Djazzdma.c58 pgtbl[i].owner = VDMA_PAGE_EMPTY; in vdma_pgtbl_init()
122 while (pgtbl[first].owner != VDMA_PAGE_EMPTY && in vdma_alloc()
130 while (pgtbl[last].owner == VDMA_PAGE_EMPTY in vdma_alloc()
199 pgtbl[i].owner = VDMA_PAGE_EMPTY; in vdma_free()
/Linux-v4.19/arch/mips/include/asm/
Djazzdma.h33 #define VDMA_PAGE_EMPTY 0xff000000 macro