Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ALIGN_ADDR
arch/mips/alchemy/common/dbdma.c
58
#define ALIGN_ADDR(x, a) ((((u32)(x)) + (a-1)) & ~(a-1))
drivers/bluetooth/btmrvl_sdio.h
112
#define ALIGN_ADDR(p, a) \