UARTDR_PARERR 110 drivers/tty/serial/clps711x.c status = ch & (UARTDR_FRMERR | UARTDR_PARERR | UARTDR_OVERR); UARTDR_PARERR 117 drivers/tty/serial/clps711x.c if (status & UARTDR_PARERR) UARTDR_PARERR 126 drivers/tty/serial/clps711x.c if (status & UARTDR_PARERR) UARTDR_PARERR 303 drivers/tty/serial/clps711x.c port->read_status_mask |= UARTDR_PARERR | UARTDR_FRMERR; UARTDR_PARERR 308 drivers/tty/serial/clps711x.c port->ignore_status_mask |= UARTDR_OVERR | UARTDR_PARERR |