Home
last modified time | relevance | path

Searched refs:Rx_OVR (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
Dip22zilog.c150 if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) { in ip22zilog_clear_fifo()
265 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in ip22zilog_receive_chars()
283 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | Rx_SYS | Rx_BRK)) { in ip22zilog_receive_chars()
296 if (r1 & Rx_OVR) in ip22zilog_receive_chars()
311 uart_insert_char(&up->port, r1, Rx_OVR, ch, flag); in ip22zilog_receive_chars()
857 up->port.read_status_mask = Rx_OVR; in ip22zilog_convert_to_zs()
869 up->port.ignore_status_mask |= Rx_OVR; in ip22zilog_convert_to_zs()
Dzs.c556 status = read_zsreg(zport, R1) & (Rx_OVR | FRM_ERR | PAR_ERR); in zs_receive_chars()
569 (Rx_OVR | FRM_ERR | PAR_ERR | Rx_SYS | Rx_BRK))) { in zs_receive_chars()
573 if (status & (Rx_OVR | FRM_ERR | PAR_ERR)) { in zs_receive_chars()
588 if (status & Rx_OVR) in zs_receive_chars()
603 uart_insert_char(uport, status, Rx_OVR, ch, flag); in zs_receive_chars()
923 uport->read_status_mask = Rx_OVR; in zs_set_termios()
935 uport->ignore_status_mask |= Rx_OVR; in zs_set_termios()
Dsunzilog.c167 if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_clear_fifo()
339 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_receive_chars()
370 if (r1 & (BRK_ABRT | PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_receive_chars()
381 if (r1 & Rx_OVR) in sunzilog_receive_chars()
398 if (r1 & Rx_OVR) in sunzilog_receive_chars()
922 up->port.read_status_mask = Rx_OVR; in sunzilog_convert_to_zs()
934 up->port.ignore_status_mask |= Rx_OVR; in sunzilog_convert_to_zs()
1014 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_get_poll_char()
Dzs.h250 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
Dip22zilog.h230 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
Dsunzilog.h234 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
Dpmac_zilog.c253 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in pmz_receive_chars()
288 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | BRK_ABRT)) { in pmz_receive_chars()
301 if (r1 & Rx_OVR) in pmz_receive_chars()
316 if (r1 & Rx_OVR) in pmz_receive_chars()
1095 uap->port.read_status_mask = Rx_OVR; in pmz_convert_to_zs()
1107 uap->port.ignore_status_mask |= Rx_OVR; in pmz_convert_to_zs()
Dpmac_zilog.h325 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
/linux-4.1.27/drivers/net/hamradio/
Dz8530.h194 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
Ddmascc.c1195 if (rc & Rx_OVR) { in special_condition()
Dscc.c575 if(status & Rx_OVR) /* receiver overrun */ in scc_spint()
/linux-4.1.27/drivers/net/wan/
Dz85230.h217 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
Dz85230.c362 if(stat&(Rx_OVR|CRC_ERR)) in z8530_rx()
368 if(stat&Rx_OVR) in z8530_rx()