Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dserial-tegra.c38 #define BYTES_TO_ALIGN(x) ((unsigned long)(x) & 0x3) macro
585 else if (BYTES_TO_ALIGN(tail) > 0) in tegra_uart_start_next_tx()
586 tegra_uart_start_pio_tx(tup, BYTES_TO_ALIGN(tail)); in tegra_uart_start_next_tx()