Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/amba/
A Dserial.h81 #define UART01x_RSR_FE 0x01 macro
206 #define UART01x_RSR_ANY (UART01x_RSR_OE|UART01x_RSR_BE|UART01x_RSR_PE|UART01x_RSR_FE)
/linux-6.3-rc2/drivers/tty/serial/
A Damba-pl010.c133 rsr &= ~(UART01x_RSR_FE | UART01x_RSR_PE); in pl010_rx_chars()
139 else if (rsr & UART01x_RSR_FE) in pl010_rx_chars()
150 else if (rsr & UART01x_RSR_FE) in pl010_rx_chars()
396 port->read_status_mask |= UART01x_RSR_FE | UART01x_RSR_PE; in pl010_set_termios()
405 port->ignore_status_mask |= UART01x_RSR_FE | UART01x_RSR_PE; in pl010_set_termios()

Completed in 5 milliseconds