Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dserial_reg.h139 #define UART_LSR_FIFOE 0x80 /* Fifo error */ macro
/linux-6.3-rc2/drivers/tty/serial/8250/
A D8250_tegra.c31 if (!(status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS))) in tegra_uart_handle_break()
A D8250_port.c1943 if (!(status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS)) && in serial8250_handle_irq()
/linux-6.3-rc2/drivers/tty/serial/
A Dserial-tegra.c462 if (!(lsr & UART_LSR_DR) && (lsr & UART_LSR_FIFOE)) in tegra_uart_decode_rx_error()

Completed in 16 milliseconds