Searched refs:UART_LSR_FIFOE (Results 1 – 4 of 4) sorted by relevance
134 #define UART_LSR_FIFOE 0x80 /* Fifo error */ macro
31 if (!(status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS))) in tegra_uart_handle_break()
1937 if (!(status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS)) && in serial8250_handle_irq()
462 if (!(lsr & UART_LSR_DR) && (lsr & UART_LSR_FIFOE)) in tegra_uart_decode_rx_error()