Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/amba/
A Dserial.h80 #define UART01x_RSR_PE 0x02 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()
137 } else if (rsr & UART01x_RSR_PE) in pl010_rx_chars()
148 else if (rsr & UART01x_RSR_PE) 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