Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Darc_uart.c65 #define RXOERR 0x02 /* OverFlow Err: Char recv but RXFULL still set */ macro
214 if (status & RXOERR) { in arc_serial_rx_chars()
217 UART_CLR_STATUS(port, RXOERR); in arc_serial_rx_chars()
233 uart_insert_char(port, status, RXOERR, ch, flg); in arc_serial_rx_chars()