Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsunplus-uart.c51 #define SUP_UART_LSR_OE BIT(3) /* overrun error status */ macro
256 if (lsr & SUP_UART_LSR_OE) in receive_chars()
266 uart_insert_char(port, lsr, SUP_UART_LSR_OE, ch, flag); in receive_chars()
395 port->ignore_status_mask |= SUP_UART_LSR_OE; in sunplus_set_termios()