Symbol: Rx_OVR
drivers/net/hamradio/scc.c
578
if(status & Rx_OVR) /* receiver overrun */
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
292
if (r1 & Rx_OVR)
drivers/tty/serial/ip22zilog.c
307
uart_insert_char(&up->port, r1, Rx_OVR, ch, flag);
drivers/tty/serial/ip22zilog.c
846
up->port.read_status_mask = Rx_OVR;
drivers/tty/serial/ip22zilog.c
858
up->port.ignore_status_mask |= Rx_OVR;
drivers/tty/serial/pmac_zilog.c
1035
uap->port.read_status_mask = Rx_OVR;
drivers/tty/serial/pmac_zilog.c
1047
uap->port.ignore_status_mask |= Rx_OVR;
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
275
if (r1 & Rx_OVR)
drivers/tty/serial/pmac_zilog.c
290
if (r1 & Rx_OVR)
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
378
if (r1 & Rx_OVR)
drivers/tty/serial/sunzilog.c
395
if (r1 & Rx_OVR)
drivers/tty/serial/sunzilog.c
916
up->port.read_status_mask = Rx_OVR;
drivers/tty/serial/sunzilog.c
928
up->port.ignore_status_mask |= Rx_OVR;
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
586
if (status & Rx_OVR)
drivers/tty/serial/zs.c
601
uart_insert_char(uport, status, Rx_OVR, ch, flag);
drivers/tty/serial/zs.c
921
uport->read_status_mask = Rx_OVR;
drivers/tty/serial/zs.c
933
uport->ignore_status_mask |= Rx_OVR;