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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dip22zilog.c155 if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) {
262 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
299 if (r1 & (BRK_ABRT | PAR_ERR | Rx_OVR | CRC_ERR)) {
301 r1 &= ~(PAR_ERR | CRC_ERR);
308 else if (r1 & CRC_ERR)
317 else if (r1 & CRC_ERR)
823 up->port.read_status_mask |= CRC_ERR | PAR_ERR;
829 up->port.ignore_status_mask |= CRC_ERR | PAR_ERR;
H A Dsunzilog.c168 if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) {
342 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
378 if (r1 & (BRK_ABRT | PAR_ERR | Rx_OVR | CRC_ERR)) {
380 r1 &= ~(PAR_ERR | CRC_ERR);
387 else if (r1 & CRC_ERR)
396 else if (r1 & CRC_ERR)
925 up->port.read_status_mask |= CRC_ERR | PAR_ERR;
931 up->port.ignore_status_mask |= CRC_ERR | PAR_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.c248 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
283 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | BRK_ABRT)) {
287 r1 &= ~(PAR_ERR | CRC_ERR);
294 else if (r1 & CRC_ERR)
303 else if (r1 & CRC_ERR)
1089 uap->port.read_status_mask |= CRC_ERR | PAR_ERR;
1095 uap->port.ignore_status_mask |= CRC_ERR | PAR_ERR;
H A Dpmac_zilog.h323 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dz8530.h195 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
H A Ddmascc.c1233 } else if (rc & CRC_ERR) {
H A Dscc.c589 if (!(status & CRC_ERR) && (status & 0xe) == RES8 && skb->len > 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dz85230.h218 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
H A Dz85230.c348 if(stat&(Rx_OVR|CRC_ERR))
359 if(stat&CRC_ERR)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dambassador.h124 #define CRC_ERR 0x4000 // AAL5 CRC error macro
H A Dambassador.c301 if (status & CRC_ERR)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Deth16i.c214 #define CRC_ERR BIT(1) macro
1221 if(status & (CRC_ERR << 8) ) lp->stats.rx_crc_errors++;

Completed in 176 milliseconds