ULITE_STATUS_PARITY  141 drivers/tty/serial/uartlite.c 		if (stat & ULITE_STATUS_PARITY)
ULITE_STATUS_PARITY  153 drivers/tty/serial/uartlite.c 	if (stat & port->ignore_status_mask & ULITE_STATUS_PARITY)
ULITE_STATUS_PARITY  158 drivers/tty/serial/uartlite.c 	if (stat & ULITE_STATUS_PARITY)
ULITE_STATUS_PARITY  263 drivers/tty/serial/uartlite.c 	port->ignore_status_mask = ULITE_STATUS_RXVALID | ULITE_STATUS_PARITY
ULITE_STATUS_PARITY  318 drivers/tty/serial/uartlite.c 			ULITE_STATUS_PARITY | ULITE_STATUS_FRAME;
ULITE_STATUS_PARITY  322 drivers/tty/serial/uartlite.c 		port->ignore_status_mask |= ULITE_STATUS_PARITY
ULITE_STATUS_PARITY  328 drivers/tty/serial/uartlite.c 			ULITE_STATUS_RXVALID | ULITE_STATUS_PARITY