Searched refs:UART01x_RSR_PE (Results 1 – 2 of 2) sorted by relevance
80 #define UART01x_RSR_PE 0x02 macro206 #define UART01x_RSR_ANY (UART01x_RSR_OE|UART01x_RSR_BE|UART01x_RSR_PE|UART01x_RSR_FE)
133 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