STAT_OVR_ERR       69 drivers/tty/serial/mvebu-uart.c 				 | STAT_PAR_ERR | STAT_OVR_ERR)
STAT_OVR_ERR      260 drivers/tty/serial/mvebu-uart.c 		if (status & STAT_OVR_ERR)
STAT_OVR_ERR      288 drivers/tty/serial/mvebu-uart.c 		if (status & STAT_OVR_ERR)
STAT_OVR_ERR      341 drivers/tty/serial/mvebu-uart.c 	if (st & (STAT_RX_RDY(port) | STAT_OVR_ERR | STAT_FRM_ERR |
STAT_OVR_ERR      356 drivers/tty/serial/mvebu-uart.c 	if (st & (STAT_RX_RDY(port) | STAT_OVR_ERR | STAT_FRM_ERR |
STAT_OVR_ERR      489 drivers/tty/serial/mvebu-uart.c 	port->read_status_mask = STAT_RX_RDY(port) | STAT_OVR_ERR |
STAT_OVR_ERR      498 drivers/tty/serial/mvebu-uart.c 			STAT_FRM_ERR | STAT_PAR_ERR | STAT_OVR_ERR;