Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dip22zilog.c151 if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) { in ip22zilog_clear_fifo()
266 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in ip22zilog_receive_chars()
284 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | Rx_SYS | Rx_BRK)) { in ip22zilog_receive_chars()
291 r1 &= ~(PAR_ERR | CRC_ERR); in ip22zilog_receive_chars()
295 else if (r1 & CRC_ERR) in ip22zilog_receive_chars()
304 else if (r1 & CRC_ERR) in ip22zilog_receive_chars()
860 up->port.read_status_mask |= CRC_ERR | PAR_ERR; in ip22zilog_convert_to_zs()
866 up->port.ignore_status_mask |= CRC_ERR | PAR_ERR; in ip22zilog_convert_to_zs()
Dsunzilog.c168 if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_clear_fifo()
340 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_receive_chars()
371 if (r1 & (BRK_ABRT | PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_receive_chars()
373 r1 &= ~(PAR_ERR | CRC_ERR); in sunzilog_receive_chars()
380 else if (r1 & CRC_ERR) in sunzilog_receive_chars()
389 else if (r1 & CRC_ERR) in sunzilog_receive_chars()
925 up->port.read_status_mask |= CRC_ERR | PAR_ERR; in sunzilog_convert_to_zs()
931 up->port.ignore_status_mask |= CRC_ERR | PAR_ERR; in sunzilog_convert_to_zs()
1015 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_get_poll_char()
Dip22zilog.h232 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
Dsunzilog.h236 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
Dpmac_zilog.c240 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in pmz_receive_chars()
275 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | BRK_ABRT)) { in pmz_receive_chars()
279 r1 &= ~(PAR_ERR | CRC_ERR); in pmz_receive_chars()
286 else if (r1 & CRC_ERR) in pmz_receive_chars()
295 else if (r1 & CRC_ERR) in pmz_receive_chars()
1084 uap->port.read_status_mask |= CRC_ERR | PAR_ERR; in pmz_convert_to_zs()
1090 uap->port.ignore_status_mask |= CRC_ERR | PAR_ERR; in pmz_convert_to_zs()
Dpmac_zilog.h327 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
/Linux-v4.19/drivers/net/hamradio/
Dz8530.h196 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
Ddmascc.c1225 } else if (rc & CRC_ERR) { in special_condition()
Dscc.c590 if (!(status & CRC_ERR) && (status & 0xe) == RES8 && skb->len > 0) in scc_spint()
/Linux-v4.19/drivers/net/wan/
Dz85230.h219 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
Dz85230.c362 if(stat&(Rx_OVR|CRC_ERR)) in z8530_rx()
373 if(stat&CRC_ERR) in z8530_rx()
/Linux-v4.19/drivers/atm/
Dambassador.h124 #define CRC_ERR 0x4000 // AAL5 CRC error macro
Dambassador.c523 if (status & CRC_ERR) in rx_complete()