Searched defs:BYTES_TO_ALIGN (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/tty/serial/ | ||
H A D | men_z135_uart.c | 98 #define BYTES_TO_ALIGN(x) ((x) & 0x3) macro |
H A D | serial-tegra.c | 38 #define BYTES_TO_ALIGN(x) ((unsigned long)(x) & 0x3) macro |