Home
last modified time | relevance | path

Searched refs:SR_PARITY (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/tty/serial/
Dsc26xx.c72 #define SR_PARITY (1 << 5) macro
156 SR_PARITY | SR_OVERRUN))) { in receive_chars()
158 status &= ~(SR_PARITY | SR_FRAME); in receive_chars()
162 } else if (status & SR_PARITY) in receive_chars()
172 else if (status & SR_PARITY) in receive_chars()
401 port->read_status_mask |= SR_PARITY | SR_FRAME; in sc26xx_set_termios()
410 SR_PARITY | SR_OVERRUN; in sc26xx_set_termios()