PAR_ERR 151 drivers/tty/serial/ip22zilog.c if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) { PAR_ERR 266 drivers/tty/serial/ip22zilog.c if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { PAR_ERR 284 drivers/tty/serial/ip22zilog.c if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | Rx_SYS | Rx_BRK)) { PAR_ERR 291 drivers/tty/serial/ip22zilog.c r1 &= ~(PAR_ERR | CRC_ERR); PAR_ERR 293 drivers/tty/serial/ip22zilog.c else if (r1 & PAR_ERR) PAR_ERR 302 drivers/tty/serial/ip22zilog.c else if (r1 & PAR_ERR) PAR_ERR 860 drivers/tty/serial/ip22zilog.c up->port.read_status_mask |= CRC_ERR | PAR_ERR; PAR_ERR 866 drivers/tty/serial/ip22zilog.c up->port.ignore_status_mask |= CRC_ERR | PAR_ERR; PAR_ERR 239 drivers/tty/serial/pmac_zilog.c if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { PAR_ERR 274 drivers/tty/serial/pmac_zilog.c if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | BRK_ABRT)) { PAR_ERR 277 drivers/tty/serial/pmac_zilog.c r1 &= ~(PAR_ERR | CRC_ERR); PAR_ERR 282 drivers/tty/serial/pmac_zilog.c else if (r1 & PAR_ERR) PAR_ERR 291 drivers/tty/serial/pmac_zilog.c else if (r1 & PAR_ERR) PAR_ERR 1082 drivers/tty/serial/pmac_zilog.c uap->port.read_status_mask |= CRC_ERR | PAR_ERR; PAR_ERR 1088 drivers/tty/serial/pmac_zilog.c uap->port.ignore_status_mask |= CRC_ERR | PAR_ERR; PAR_ERR 168 drivers/tty/serial/sunzilog.c if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) { PAR_ERR 340 drivers/tty/serial/sunzilog.c if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { PAR_ERR 371 drivers/tty/serial/sunzilog.c if (r1 & (BRK_ABRT | PAR_ERR | Rx_OVR | CRC_ERR)) { PAR_ERR 373 drivers/tty/serial/sunzilog.c r1 &= ~(PAR_ERR | CRC_ERR); PAR_ERR 378 drivers/tty/serial/sunzilog.c else if (r1 & PAR_ERR) PAR_ERR 387 drivers/tty/serial/sunzilog.c else if (r1 & PAR_ERR) PAR_ERR 925 drivers/tty/serial/sunzilog.c up->port.read_status_mask |= CRC_ERR | PAR_ERR; PAR_ERR 931 drivers/tty/serial/sunzilog.c up->port.ignore_status_mask |= CRC_ERR | PAR_ERR; PAR_ERR 1015 drivers/tty/serial/sunzilog.c if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { PAR_ERR 557 drivers/tty/serial/zs.c status = read_zsreg(zport, R1) & (Rx_OVR | FRM_ERR | PAR_ERR); PAR_ERR 570 drivers/tty/serial/zs.c (Rx_OVR | FRM_ERR | PAR_ERR | Rx_SYS | Rx_BRK))) { PAR_ERR 574 drivers/tty/serial/zs.c if (status & (Rx_OVR | FRM_ERR | PAR_ERR)) { PAR_ERR 587 drivers/tty/serial/zs.c else if (status & PAR_ERR) PAR_ERR 597 drivers/tty/serial/zs.c else if (status & PAR_ERR) PAR_ERR 926 drivers/tty/serial/zs.c uport->read_status_mask |= FRM_ERR | PAR_ERR; PAR_ERR 932 drivers/tty/serial/zs.c uport->ignore_status_mask |= FRM_ERR | PAR_ERR;