Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds