Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dmen_z135_uart.c98 #define BYTES_TO_ALIGN(x) ((x) & 0x3) macro
H A Dserial-tegra.c38 #define BYTES_TO_ALIGN(x) ((unsigned long)(x) & 0x3) macro