Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dserial_reg.h133 #define UART_LSR_FIFOE 0x80 /* Fifo error */ macro
/Linux-v4.19/drivers/tty/serial/8250/
D8250_of.c36 if (status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS)) in tegra_serial_handle_break()
/Linux-v4.19/drivers/tty/serial/
Dserial-tegra.c342 if (!(lsr & UART_LSR_DR) && (lsr & UART_LSR_FIFOE)) in tegra_uart_decode_rx_error()