Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dserial_reg.h124 #define UART_LSR_FIFOE 0x80 /* Fifo error */ macro
/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h139 #define UART_LSR_FIFOE 0x80 /* Fifo error */ macro
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_tegra.c32 if (!(status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS))) in tegra_uart_handle_break()
H A D8250_port.c1927 if (!(status & (UART_LSR_FIFOE | UART_LSR_BRK_ERROR_BITS)) && in serial8250_handle_irq()
/openbmc/linux/drivers/tty/serial/
H A Dserial-tegra.c461 if (!(lsr & UART_LSR_DR) && (lsr & UART_LSR_FIFOE)) in tegra_uart_decode_rx_error()