Rx_OVR 1189 drivers/net/hamradio/dmascc.c if (rc & Rx_OVR) { Rx_OVR 576 drivers/net/hamradio/scc.c if(status & Rx_OVR) /* receiver overrun */ Rx_OVR 359 drivers/net/wan/z85230.c if(stat&(Rx_OVR|CRC_ERR)) Rx_OVR 365 drivers/net/wan/z85230.c if(stat&Rx_OVR) Rx_OVR 151 drivers/tty/serial/ip22zilog.c if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) { Rx_OVR 266 drivers/tty/serial/ip22zilog.c if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { Rx_OVR 284 drivers/tty/serial/ip22zilog.c if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | Rx_SYS | Rx_BRK)) { Rx_OVR 297 drivers/tty/serial/ip22zilog.c if (r1 & Rx_OVR) Rx_OVR 312 drivers/tty/serial/ip22zilog.c uart_insert_char(&up->port, r1, Rx_OVR, ch, flag); Rx_OVR 858 drivers/tty/serial/ip22zilog.c up->port.read_status_mask = Rx_OVR; Rx_OVR 870 drivers/tty/serial/ip22zilog.c up->port.ignore_status_mask |= Rx_OVR; Rx_OVR 239 drivers/tty/serial/pmac_zilog.c if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { Rx_OVR 274 drivers/tty/serial/pmac_zilog.c if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | BRK_ABRT)) { Rx_OVR 286 drivers/tty/serial/pmac_zilog.c if (r1 & Rx_OVR) Rx_OVR 301 drivers/tty/serial/pmac_zilog.c if (r1 & Rx_OVR) Rx_OVR 1080 drivers/tty/serial/pmac_zilog.c uap->port.read_status_mask = Rx_OVR; Rx_OVR 1092 drivers/tty/serial/pmac_zilog.c uap->port.ignore_status_mask |= Rx_OVR; Rx_OVR 168 drivers/tty/serial/sunzilog.c if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) { Rx_OVR 340 drivers/tty/serial/sunzilog.c if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { Rx_OVR 371 drivers/tty/serial/sunzilog.c if (r1 & (BRK_ABRT | PAR_ERR | Rx_OVR | CRC_ERR)) { Rx_OVR 382 drivers/tty/serial/sunzilog.c if (r1 & Rx_OVR) Rx_OVR 399 drivers/tty/serial/sunzilog.c if (r1 & Rx_OVR) Rx_OVR 923 drivers/tty/serial/sunzilog.c up->port.read_status_mask = Rx_OVR; Rx_OVR 935 drivers/tty/serial/sunzilog.c up->port.ignore_status_mask |= Rx_OVR; Rx_OVR 1015 drivers/tty/serial/sunzilog.c if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { Rx_OVR 557 drivers/tty/serial/zs.c status = read_zsreg(zport, R1) & (Rx_OVR | FRM_ERR | PAR_ERR); Rx_OVR 570 drivers/tty/serial/zs.c (Rx_OVR | FRM_ERR | PAR_ERR | Rx_SYS | Rx_BRK))) { Rx_OVR 574 drivers/tty/serial/zs.c if (status & (Rx_OVR | FRM_ERR | PAR_ERR)) { Rx_OVR 589 drivers/tty/serial/zs.c if (status & Rx_OVR) Rx_OVR 604 drivers/tty/serial/zs.c uart_insert_char(uport, status, Rx_OVR, ch, flag); Rx_OVR 924 drivers/tty/serial/zs.c uport->read_status_mask = Rx_OVR; Rx_OVR 936 drivers/tty/serial/zs.c uport->ignore_status_mask |= Rx_OVR;