Home
last modified time | relevance | path

Searched defs:ALIGN_ADDR (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/bluetooth/
Dbtmrvl_sdio.h126 #define ALIGN_ADDR(p, a) \ macro
/kernel/linux/linux-6.6/drivers/bluetooth/
Dbtmrvl_sdio.h112 #define ALIGN_ADDR(p, a) \ macro
/kernel/linux/linux-6.6/arch/mips/alchemy/common/
Ddbdma.c58 #define ALIGN_ADDR(x, a) ((((u32)(x)) + (a-1)) & ~(a-1)) macro
/kernel/linux/linux-5.10/arch/mips/alchemy/common/
Ddbdma.c57 #define ALIGN_ADDR(x, a) ((((u32)(x)) + (a-1)) & ~(a-1)) macro