Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dapbuart.c88 rsr &= ~(UART_STATUS_FE | UART_STATUS_PE); in apbuart_rx_chars()
92 } else if (rsr & UART_STATUS_PE) { in apbuart_rx_chars()
102 if (rsr & UART_STATUS_PE) in apbuart_rx_chars()
238 port->read_status_mask |= UART_STATUS_FE | UART_STATUS_PE; in apbuart_set_termios()
243 port->ignore_status_mask |= UART_STATUS_FE | UART_STATUS_PE; in apbuart_set_termios()
H A Dapbuart.h30 #define UART_STATUS_PE 0x00000020 /* RX Parity Error */ macro