STAT_PAR_ERR       69 drivers/tty/serial/mvebu-uart.c 				 | STAT_PAR_ERR | STAT_OVR_ERR)
STAT_PAR_ERR      249 drivers/tty/serial/mvebu-uart.c 			if (status & STAT_PAR_ERR)
STAT_PAR_ERR      255 drivers/tty/serial/mvebu-uart.c 			status &= ~(STAT_FRM_ERR | STAT_PAR_ERR);
STAT_PAR_ERR      269 drivers/tty/serial/mvebu-uart.c 		if (status & port->ignore_status_mask & STAT_PAR_ERR)
STAT_PAR_ERR      274 drivers/tty/serial/mvebu-uart.c 		if (status & STAT_PAR_ERR)
STAT_PAR_ERR      493 drivers/tty/serial/mvebu-uart.c 		port->read_status_mask |= STAT_FRM_ERR | STAT_PAR_ERR;
STAT_PAR_ERR      498 drivers/tty/serial/mvebu-uart.c 			STAT_FRM_ERR | STAT_PAR_ERR | STAT_OVR_ERR;