Searched refs:BYTES_TO_ALIGN (Results 1 – 1 of 1) sorted by relevance
38 #define BYTES_TO_ALIGN(x) ((unsigned long)(x) & 0x3) macro585 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()