Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/amba/
H 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)
/openbmc/linux/drivers/tty/serial/
H A Damba-pl010.c134 rsr &= ~(UART01x_RSR_FE | UART01x_RSR_PE); in pl010_rx_chars()
138 } else if (rsr & UART01x_RSR_PE) in pl010_rx_chars()
149 else if (rsr & UART01x_RSR_PE) 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()