Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/serial/
Dip22zilog.c150 if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) { in ip22zilog_clear_fifo()
270 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in ip22zilog_receive_chars()
288 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | Rx_SYS | Rx_BRK)) { in ip22zilog_receive_chars()
295 r1 &= ~(PAR_ERR | CRC_ERR); in ip22zilog_receive_chars()
299 else if (r1 & CRC_ERR) in ip22zilog_receive_chars()
308 else if (r1 & CRC_ERR) in ip22zilog_receive_chars()
858 up->port.read_status_mask |= CRC_ERR | PAR_ERR; in ip22zilog_convert_to_zs()
864 up->port.ignore_status_mask |= CRC_ERR | PAR_ERR; in ip22zilog_convert_to_zs()
Dsunzilog.c167 if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_clear_fifo()
341 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_receive_chars()
377 if (r1 & (BRK_ABRT | PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_receive_chars()
379 r1 &= ~(PAR_ERR | CRC_ERR); in sunzilog_receive_chars()
386 else if (r1 & CRC_ERR) in sunzilog_receive_chars()
395 else if (r1 & CRC_ERR) in sunzilog_receive_chars()
924 up->port.read_status_mask |= CRC_ERR | PAR_ERR; in sunzilog_convert_to_zs()
930 up->port.ignore_status_mask |= CRC_ERR | PAR_ERR; in sunzilog_convert_to_zs()
1012 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_get_poll_char()
Dip22zilog.h231 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
Dsunzilog.h235 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
Dpmac_zilog.c251 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in pmz_receive_chars()
286 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | BRK_ABRT)) { in pmz_receive_chars()
290 r1 &= ~(PAR_ERR | CRC_ERR); in pmz_receive_chars()
297 else if (r1 & CRC_ERR) in pmz_receive_chars()
306 else if (r1 & CRC_ERR) in pmz_receive_chars()
1092 uap->port.read_status_mask |= CRC_ERR | PAR_ERR; in pmz_convert_to_zs()
1098 uap->port.ignore_status_mask |= CRC_ERR | PAR_ERR; in pmz_convert_to_zs()
Dpmac_zilog.h326 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
/linux-3.4.99/drivers/net/hamradio/
Dz8530.h195 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
Ddmascc.c1220 } else if (rc & CRC_ERR) { in special_condition()
Dscc.c589 if (!(status & CRC_ERR) && (status & 0xe) == RES8 && skb->len > 0) in scc_spint()
/linux-3.4.99/drivers/net/wan/
Dz85230.h218 #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-3.4.99/drivers/atm/
Dambassador.h124 #define CRC_ERR 0x4000 // AAL5 CRC error macro
Dambassador.c523 if (status & CRC_ERR) in rx_complete()
/linux-3.4.99/drivers/net/ethernet/fujitsu/
Deth16i.c211 #define CRC_ERR BIT(1) macro
1257 if(status & (CRC_ERR << 8) ) dev->stats.rx_crc_errors++; in eth16i_interrupt()