RXSTAT_PARITY      34 drivers/tty/serial/21285.c #define RXSTAT_ANYERR		(RXSTAT_FRAME|RXSTAT_PARITY|RXSTAT_OVERRUN)
RXSTAT_PARITY      95 drivers/tty/serial/21285.c 			if (rxs & RXSTAT_PARITY)
RXSTAT_PARITY     104 drivers/tty/serial/21285.c 			if (rxs & RXSTAT_PARITY)
RXSTAT_PARITY     273 drivers/tty/serial/21285.c 		port->read_status_mask |= RXSTAT_FRAME | RXSTAT_PARITY;
RXSTAT_PARITY     280 drivers/tty/serial/21285.c 		port->ignore_status_mask |= RXSTAT_FRAME | RXSTAT_PARITY;