Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/amba/
Dserial.h86 #define UART01x_RSR_FE BIT(0) macro
215 #define UART01x_RSR_ANY (UART01x_RSR_OE | UART01x_RSR_BE | UART01x_RSR_PE | UART01x_RSR_FE)
/linux-6.12.1/drivers/tty/serial/
Damba-pl010.c134 rsr &= ~(UART01x_RSR_FE | UART01x_RSR_PE); in pl010_rx_chars()
140 else if (rsr & UART01x_RSR_FE) in pl010_rx_chars()
151 else if (rsr & UART01x_RSR_FE) in pl010_rx_chars()
397 port->read_status_mask |= UART01x_RSR_FE | UART01x_RSR_PE; in pl010_set_termios()
406 port->ignore_status_mask |= UART01x_RSR_FE | UART01x_RSR_PE; in pl010_set_termios()