UART_LSR_OE       300 drivers/mmc/core/sdio_uart.c 	port->read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR;
UART_LSR_OE       319 drivers/mmc/core/sdio_uart.c 			port->ignore_status_mask |= UART_LSR_OE;
UART_LSR_OE       382 drivers/mmc/core/sdio_uart.c 					UART_LSR_FE | UART_LSR_OE))) {
UART_LSR_OE       393 drivers/mmc/core/sdio_uart.c 			if (*status & UART_LSR_OE)
UART_LSR_OE       408 drivers/mmc/core/sdio_uart.c 		if ((*status & port->ignore_status_mask & ~UART_LSR_OE) == 0)
UART_LSR_OE       415 drivers/mmc/core/sdio_uart.c 		if (*status & ~port->ignore_status_mask & UART_LSR_OE)
UART_LSR_OE       546 drivers/staging/fwserial/fwserial.c 		lsr |= UART_LSR_OE;
UART_LSR_OE       548 drivers/staging/fwserial/fwserial.c 	if (lsr & UART_LSR_OE)
UART_LSR_OE       552 drivers/staging/fwserial/fwserial.c 	if (lsr & ~port->ignore_mask & UART_LSR_OE) {
UART_LSR_OE       560 drivers/staging/fwserial/fwserial.c 	if (lsr & port->ignore_mask & ~UART_LSR_OE) {
UART_LSR_OE       952 drivers/staging/fwserial/fwserial.c 	port->status_mask = UART_LSR_OE;
UART_LSR_OE       960 drivers/staging/fwserial/fwserial.c 			port->ignore_mask |= UART_LSR_OE;
UART_LSR_OE       269 drivers/tty/amiserial.c 	    status |= UART_LSR_OE;
UART_LSR_OE       286 drivers/tty/amiserial.c 		      UART_LSR_FE | UART_LSR_OE)) {
UART_LSR_OE       297 drivers/tty/amiserial.c 	  if (status & UART_LSR_OE)
UART_LSR_OE       321 drivers/tty/amiserial.c 	  if (status & UART_LSR_OE) {
UART_LSR_OE       733 drivers/tty/amiserial.c 	info->read_status_mask = UART_LSR_OE | UART_LSR_DR;
UART_LSR_OE       752 drivers/tty/amiserial.c 			info->ignore_status_mask |= UART_LSR_OE;
UART_LSR_OE       758 drivers/tty/mxser.c 	info->read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR;
UART_LSR_OE       775 drivers/tty/mxser.c 						UART_LSR_OE |
UART_LSR_OE       779 drivers/tty/mxser.c 						UART_LSR_OE |
UART_LSR_OE      2101 drivers/tty/mxser.c 		if (port->board->chip_flag && (*status & UART_LSR_OE))
UART_LSR_OE      2122 drivers/tty/mxser.c 				} else if (*status & UART_LSR_OE) {
UART_LSR_OE      2269 drivers/tty/mxser.c 				if (status & UART_LSR_OE)
UART_LSR_OE        59 drivers/tty/serial/8250/8250_fsl.c 	if ((orig_lsr & UART_LSR_OE) && (up->overrun_backoff_time_ms > 0)) {
UART_LSR_OE       386 drivers/tty/serial/8250/8250_omap.c 	up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR;
UART_LSR_OE       405 drivers/tty/serial/8250/8250_omap.c 			up->port.ignore_status_mask |= UART_LSR_OE;
UART_LSR_OE      1678 drivers/tty/serial/8250/8250_port.c 		if (lsr & UART_LSR_OE)
UART_LSR_OE      1697 drivers/tty/serial/8250/8250_port.c 	uart_insert_char(port, lsr, UART_LSR_OE, ch, flag);
UART_LSR_OE      2606 drivers/tty/serial/8250/8250_port.c 	port->read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR;
UART_LSR_OE      2625 drivers/tty/serial/8250/8250_port.c 			port->ignore_status_mask |= UART_LSR_OE;
UART_LSR_OE       888 drivers/tty/serial/jsm/jsm_neo.c 	if (linestatus & UART_LSR_OE) {
UART_LSR_OE       529 drivers/tty/serial/omap-serial.c 	if (lsr & UART_LSR_OE)
UART_LSR_OE       538 drivers/tty/serial/omap-serial.c 	uart_insert_char(&up->port, lsr, UART_LSR_OE, 0, flag);
UART_LSR_OE       556 drivers/tty/serial/omap-serial.c 	uart_insert_char(&up->port, lsr, UART_LSR_OE, ch, flag);
UART_LSR_OE       903 drivers/tty/serial/omap-serial.c 	up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR;
UART_LSR_OE       922 drivers/tty/serial/omap-serial.c 			up->port.ignore_status_mask |= UART_LSR_OE;
UART_LSR_OE      1069 drivers/tty/serial/pch_uart.c 	if (lsr & UART_LSR_OE) {
UART_LSR_OE      1103 drivers/tty/serial/pch_uart.c 						UART_LSR_PE | UART_LSR_OE)) {
UART_LSR_OE       115 drivers/tty/serial/pxa.c 				       UART_LSR_FE | UART_LSR_OE))) {
UART_LSR_OE       134 drivers/tty/serial/pxa.c 			if (*status & UART_LSR_OE)
UART_LSR_OE       160 drivers/tty/serial/pxa.c 		uart_insert_char(&up->port, *status, UART_LSR_OE, ch, flag);
UART_LSR_OE       490 drivers/tty/serial/pxa.c 	up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR;
UART_LSR_OE       509 drivers/tty/serial/pxa.c 			up->port.ignore_status_mask |= UART_LSR_OE;
UART_LSR_OE        46 drivers/tty/serial/serial-tegra.c #define TEGRA_UART_LSR_ANY			(UART_LSR_OE | UART_LSR_BI | \
UART_LSR_OE       437 drivers/tty/serial/serial-tegra.c 		if (lsr & UART_LSR_OE) {
UART_LSR_OE       464 drivers/tty/serial/serial-tegra.c 		uart_insert_char(&tup->uport, lsr, UART_LSR_OE, 0, flag);
UART_LSR_OE       337 drivers/tty/serial/sunsu.c 				       UART_LSR_FE | UART_LSR_OE))) {
UART_LSR_OE       359 drivers/tty/serial/sunsu.c 			if (*status & UART_LSR_OE)
UART_LSR_OE       385 drivers/tty/serial/sunsu.c 		if (*status & UART_LSR_OE)
UART_LSR_OE       846 drivers/tty/serial/sunsu.c 	up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR;
UART_LSR_OE       865 drivers/tty/serial/sunsu.c 			up->port.ignore_status_mask |= UART_LSR_OE;
UART_LSR_OE       319 drivers/tty/serial/vr41xx_siu.c 		                    UART_LSR_PE | UART_LSR_OE))) {
UART_LSR_OE       332 drivers/tty/serial/vr41xx_siu.c 			if (lsr & UART_LSR_OE)
UART_LSR_OE       347 drivers/tty/serial/vr41xx_siu.c 		uart_insert_char(port, lsr, UART_LSR_OE, ch, flag);
UART_LSR_OE       546 drivers/tty/serial/vr41xx_siu.c 	port->read_status_mask = UART_LSR_THRE | UART_LSR_OE | UART_LSR_DR;
UART_LSR_OE       558 drivers/tty/serial/vr41xx_siu.c 			port->ignore_status_mask |= UART_LSR_OE;
UART_LSR_OE       522 drivers/usb/serial/ark3116.c 		if (lsr & UART_LSR_OE)
UART_LSR_OE       617 drivers/usb/serial/ark3116.c 		if (lsr & UART_LSR_OE)
UART_LSR_OE       360 drivers/usb/serial/f81232.c 			if (lsr & UART_LSR_OE) {
UART_LSR_OE      1232 drivers/usb/serial/f81534.c 			if (lsr & UART_LSR_OE) {
UART_LSR_OE       423 drivers/usb/serial/mxuport.c 	if (lsr_event & UART_LSR_OE) {
UART_LSR_OE       881 drivers/usb/serial/quatech2.c 		newLSR &= (u8) (UART_LSR_OE | UART_LSR_BI);
UART_LSR_OE       894 drivers/usb/serial/quatech2.c 		if (newLSR & UART_LSR_OE)
UART_LSR_OE       487 drivers/usb/serial/ssu100.c 		if (lsr & UART_LSR_OE) {
UART_LSR_OE       561 samples/vfio-mdev/mtty.c 			lsr |= UART_LSR_OE;
UART_LSR_OE       228 sound/drivers/serial-u16550.c 		if (status & UART_LSR_OE)