Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Ddz.h35 #define DZ_PERR 0x1000 /* Parity error indicator */ macro
H A Ddz.c198 if (unlikely(status & (DZ_OERR | DZ_FERR | DZ_PERR))) { in dz_receive_chars()
219 else if (status & DZ_PERR) in dz_receive_chars()
229 else if (status & DZ_PERR) in dz_receive_chars()
621 dport->port.read_status_mask |= DZ_FERR | DZ_PERR; in dz_set_termios()
630 dport->port.ignore_status_mask |= DZ_FERR | DZ_PERR; in dz_set_termios()