Home
last modified time | relevance | path

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

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