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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dip22zilog.c150 if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) {
270 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
288 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | Rx_SYS | Rx_BRK)) {
295 r1 &= ~(PAR_ERR | CRC_ERR);
299 else if (r1 & CRC_ERR)
308 else if (r1 & CRC_ERR)
858 up->port.read_status_mask |= CRC_ERR | PAR_ERR;
864 up->port.ignore_status_mask |= CRC_ERR | PAR_ERR;
H A Dsunzilog.c166 if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) {
340 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
376 if (r1 & (BRK_ABRT | PAR_ERR | Rx_OVR | CRC_ERR)) {
378 r1 &= ~(PAR_ERR | CRC_ERR);
385 else if (r1 & CRC_ERR)
394 else if (r1 & CRC_ERR)
923 up->port.read_status_mask |= CRC_ERR | PAR_ERR;
929 up->port.ignore_status_mask |= CRC_ERR | PAR_ERR;
1011 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
H A Dip22zilog.h231 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
H A Dsunzilog.h235 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
H A Dpmac_zilog.c262 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
297 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | BRK_ABRT)) {
301 r1 &= ~(PAR_ERR | CRC_ERR);
308 else if (r1 & CRC_ERR)
317 else if (r1 & CRC_ERR)
1125 uap->port.read_status_mask |= CRC_ERR | PAR_ERR;
1131 uap->port.ignore_status_mask |= CRC_ERR | PAR_ERR;
H A Dpmac_zilog.h337 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dz8530.h195 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
H A Ddmascc.c1220 } else if (rc & CRC_ERR) {
H A Dscc.c590 if (!(status & CRC_ERR) && (status & 0xe) == RES8 && skb->len > 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dz85230.h218 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
H A Dz85230.c350 if(stat&(Rx_OVR|CRC_ERR))
361 if(stat&CRC_ERR)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dambassador.h124 #define CRC_ERR 0x4000 // AAL5 CRC error macro
H A Dambassador.c282 if (status & CRC_ERR)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Deth16i.c212 #define CRC_ERR BIT(1) macro
1216 if(status & (CRC_ERR << 8) ) dev->stats.rx_crc_errors++;

Completed in 115 milliseconds