Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Darc_uart.c64 #define RXFERR 0x01 /* Frame Error: Stop Bit not detected */ macro
218 if (status & RXFERR) { in arc_serial_rx_chars()
221 UART_CLR_STATUS(port, RXFERR); in arc_serial_rx_chars()