CRC_ERR           508 drivers/atm/ambassador.c     if (status & CRC_ERR)
CRC_ERR          1212 drivers/net/hamradio/dmascc.c 		} else if (rc & CRC_ERR) {
CRC_ERR           590 drivers/net/hamradio/scc.c 		if (!(status & CRC_ERR) && (status & 0xe) == RES8 && skb->len > 0)
CRC_ERR           359 drivers/net/wan/z85230.c 			if(stat&(Rx_OVR|CRC_ERR))
CRC_ERR           370 drivers/net/wan/z85230.c 				if(stat&CRC_ERR)
CRC_ERR           151 drivers/tty/serial/ip22zilog.c 		if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) {
CRC_ERR           266 drivers/tty/serial/ip22zilog.c 		if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
CRC_ERR           284 drivers/tty/serial/ip22zilog.c 		if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | Rx_SYS | Rx_BRK)) {
CRC_ERR           291 drivers/tty/serial/ip22zilog.c 				r1 &= ~(PAR_ERR | CRC_ERR);
CRC_ERR           295 drivers/tty/serial/ip22zilog.c 			else if (r1 & CRC_ERR)
CRC_ERR           304 drivers/tty/serial/ip22zilog.c 			else if (r1 & CRC_ERR)
CRC_ERR           860 drivers/tty/serial/ip22zilog.c 		up->port.read_status_mask |= CRC_ERR | PAR_ERR;
CRC_ERR           866 drivers/tty/serial/ip22zilog.c 		up->port.ignore_status_mask |= CRC_ERR | PAR_ERR;
CRC_ERR           239 drivers/tty/serial/pmac_zilog.c 		if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
CRC_ERR           274 drivers/tty/serial/pmac_zilog.c 		if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | BRK_ABRT)) {
CRC_ERR           277 drivers/tty/serial/pmac_zilog.c 				r1 &= ~(PAR_ERR | CRC_ERR);
CRC_ERR           284 drivers/tty/serial/pmac_zilog.c 			else if (r1 & CRC_ERR)
CRC_ERR           293 drivers/tty/serial/pmac_zilog.c 			else if (r1 & CRC_ERR)
CRC_ERR          1082 drivers/tty/serial/pmac_zilog.c 		uap->port.read_status_mask |= CRC_ERR | PAR_ERR;
CRC_ERR          1088 drivers/tty/serial/pmac_zilog.c 		uap->port.ignore_status_mask |= CRC_ERR | PAR_ERR;
CRC_ERR           168 drivers/tty/serial/sunzilog.c 		if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) {
CRC_ERR           340 drivers/tty/serial/sunzilog.c 		if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
CRC_ERR           371 drivers/tty/serial/sunzilog.c 		if (r1 & (BRK_ABRT | PAR_ERR | Rx_OVR | CRC_ERR)) {
CRC_ERR           373 drivers/tty/serial/sunzilog.c 				r1 &= ~(PAR_ERR | CRC_ERR);
CRC_ERR           380 drivers/tty/serial/sunzilog.c 			else if (r1 & CRC_ERR)
CRC_ERR           389 drivers/tty/serial/sunzilog.c 			else if (r1 & CRC_ERR)
CRC_ERR           925 drivers/tty/serial/sunzilog.c 		up->port.read_status_mask |= CRC_ERR | PAR_ERR;
CRC_ERR           931 drivers/tty/serial/sunzilog.c 		up->port.ignore_status_mask |= CRC_ERR | PAR_ERR;
CRC_ERR          1015 drivers/tty/serial/sunzilog.c 	if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {