Symbol: PAR_ERR
drivers/tty/serial/ip22zilog.c
146
if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) {
drivers/tty/serial/ip22zilog.c
261
if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
drivers/tty/serial/ip22zilog.c
279
if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | Rx_SYS | Rx_BRK)) {
drivers/tty/serial/ip22zilog.c
286
r1 &= ~(PAR_ERR | CRC_ERR);
drivers/tty/serial/ip22zilog.c
288
else if (r1 & PAR_ERR)
drivers/tty/serial/ip22zilog.c
297
else if (r1 & PAR_ERR)
drivers/tty/serial/ip22zilog.c
848
up->port.read_status_mask |= CRC_ERR | PAR_ERR;
drivers/tty/serial/ip22zilog.c
854
up->port.ignore_status_mask |= CRC_ERR | PAR_ERR;
drivers/tty/serial/pmac_zilog.c
1037
uap->port.read_status_mask |= CRC_ERR | PAR_ERR;
drivers/tty/serial/pmac_zilog.c
1043
uap->port.ignore_status_mask |= CRC_ERR | PAR_ERR;
drivers/tty/serial/pmac_zilog.c
228
if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
drivers/tty/serial/pmac_zilog.c
263
if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | BRK_ABRT)) {
drivers/tty/serial/pmac_zilog.c
266
r1 &= ~(PAR_ERR | CRC_ERR);
drivers/tty/serial/pmac_zilog.c
271
else if (r1 & PAR_ERR)
drivers/tty/serial/pmac_zilog.c
280
else if (r1 & PAR_ERR)
drivers/tty/serial/sunzilog.c
1008
if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
drivers/tty/serial/sunzilog.c
164
if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) {
drivers/tty/serial/sunzilog.c
336
if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
drivers/tty/serial/sunzilog.c
367
if (r1 & (BRK_ABRT | PAR_ERR | Rx_OVR | CRC_ERR)) {
drivers/tty/serial/sunzilog.c
369
r1 &= ~(PAR_ERR | CRC_ERR);
drivers/tty/serial/sunzilog.c
374
else if (r1 & PAR_ERR)
drivers/tty/serial/sunzilog.c
383
else if (r1 & PAR_ERR)
drivers/tty/serial/sunzilog.c
918
up->port.read_status_mask |= CRC_ERR | PAR_ERR;
drivers/tty/serial/sunzilog.c
924
up->port.ignore_status_mask |= CRC_ERR | PAR_ERR;
drivers/tty/serial/zs.c
554
status = read_zsreg(zport, R1) & (Rx_OVR | FRM_ERR | PAR_ERR);
drivers/tty/serial/zs.c
567
(Rx_OVR | FRM_ERR | PAR_ERR | Rx_SYS | Rx_BRK))) {
drivers/tty/serial/zs.c
571
if (status & (Rx_OVR | FRM_ERR | PAR_ERR)) {
drivers/tty/serial/zs.c
584
else if (status & PAR_ERR)
drivers/tty/serial/zs.c
594
else if (status & PAR_ERR)
drivers/tty/serial/zs.c
923
uport->read_status_mask |= FRM_ERR | PAR_ERR;
drivers/tty/serial/zs.c
929
uport->ignore_status_mask |= FRM_ERR | PAR_ERR;