Searched refs:UART_STATUS_PE (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
H A Dapbuart.h29 #define UART_STATUS_PE 0x00000020 /* RX Parity Error */ macro
H A Dapbuart.c93 rsr &= ~(UART_STATUS_FE | UART_STATUS_PE); apbuart_rx_chars()
97 } else if (rsr & UART_STATUS_PE) { apbuart_rx_chars()
107 if (rsr & UART_STATUS_PE) apbuart_rx_chars()
269 port->read_status_mask |= UART_STATUS_FE | UART_STATUS_PE; apbuart_set_termios()
274 port->ignore_status_mask |= UART_STATUS_FE | UART_STATUS_PE; apbuart_set_termios()

Completed in 84 milliseconds