Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dserial-tegra.c45 #define TEGRA_UART_LSR_ANY (UART_LSR_OE | UART_LSR_BI | \ macro
441 if (unlikely(lsr & TEGRA_UART_LSR_ANY)) { in tegra_uart_decode_rx_error()