Home
last modified time | relevance | path

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

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