Home
last modified time | relevance | path

Searched refs:VDMA_PAGE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Djazzdma.h35 * Note that VDMA_PAGE() works for physical addresses only
37 #define VDMA_PAGE(a) ((unsigned int)(a) >> 12) macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Djazzdma.h35 * Note that VDMA_PAGE() works for physical addresses only
37 #define VDMA_PAGE(a) ((unsigned int)(a) >> 12) macro
/kernel/linux/linux-5.10/arch/mips/jazz/
H A Djazzdma.c118 pages = VDMA_PAGE(paddr + size) - VDMA_PAGE(paddr) + 1; in vdma_alloc()
/kernel/linux/linux-6.6/arch/mips/jazz/
H A Djazzdma.c118 pages = VDMA_PAGE(paddr + size) - VDMA_PAGE(paddr) + 1; in vdma_alloc()

Completed in 3 milliseconds