Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/
Djazzdma.h37 #define VDMA_PAGE(a) ((unsigned int)(a) >> 12) macro
/linux-6.1.9/arch/mips/jazz/
Djazzdma.c118 pages = VDMA_PAGE(paddr + size) - VDMA_PAGE(paddr) + 1; in vdma_alloc()