Home
last modified time | relevance | path

Searched defs:DBDMA_ALIGN (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/powerpc/include/asm/
Ddbdma.h92 #define DBDMA_ALIGN(x) (((unsigned long)(x) + sizeof(struct dbdma_cmd) - 1) \ macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Ddbdma.h92 #define DBDMA_ALIGN(x) (((unsigned long)(x) + sizeof(struct dbdma_cmd) - 1) \ macro