Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/amba/
Dserial.h70 #define UART011_DR_PE (1 << 9) macro
/linux-4.1.27/drivers/tty/serial/
Damba-pl011.c71 #define UART_DR_ERROR (UART011_DR_OE|UART011_DR_BE|UART011_DR_PE|UART011_DR_FE)
199 ch &= ~(UART011_DR_FE | UART011_DR_PE); in pl011_fifo_to_tty()
203 } else if (ch & UART011_DR_PE) in pl011_fifo_to_tty()
214 else if (ch & UART011_DR_PE) in pl011_fifo_to_tty()
1825 port->read_status_mask |= UART011_DR_FE | UART011_DR_PE; in pl011_set_termios()
1834 port->ignore_status_mask |= UART011_DR_FE | UART011_DR_PE; in pl011_set_termios()