UART01x_RSR_OE    145 drivers/tty/serial/amba-pl010.c 			if (rsr & UART01x_RSR_OE)
UART01x_RSR_OE    161 drivers/tty/serial/amba-pl010.c 		uart_insert_char(&uap->port, rsr, UART01x_RSR_OE, ch, flag);
UART01x_RSR_OE    427 drivers/tty/serial/amba-pl010.c 	uap->port.read_status_mask = UART01x_RSR_OE;
UART01x_RSR_OE    446 drivers/tty/serial/amba-pl010.c 			uap->port.ignore_status_mask |= UART01x_RSR_OE;
UART01x_RSR_OE    206 include/linux/amba/serial.h #define UART01x_RSR_ANY		(UART01x_RSR_OE|UART01x_RSR_BE|UART01x_RSR_PE|UART01x_RSR_FE)