Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/serial/
Dclps711x.c38 #define UARTDR_FRMERR (1 << 8) macro
106 status = ch & (UARTDR_FRMERR | UARTDR_PARERR | UARTDR_OVERR); in uart_clps711x_int_rx()
115 else if (status & UARTDR_FRMERR) in uart_clps711x_int_rx()
124 else if (status & UARTDR_FRMERR) in uart_clps711x_int_rx()
299 port->read_status_mask |= UARTDR_PARERR | UARTDR_FRMERR; in uart_clps711x_set_termios()
305 UARTDR_FRMERR; in uart_clps711x_set_termios()