Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/amba/
Dserial.h71 #define UART011_DR_FE (1 << 8) 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()
205 else if (ch & UART011_DR_FE) in pl011_fifo_to_tty()
216 else if (ch & UART011_DR_FE) 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()