Symbol: CRC_ERR
drivers/net/hamradio/scc.c
592
if (!(status & CRC_ERR) && (status & 0xe) == RES8 && skb->len > 0)
drivers/tty/serial/ip22zilog.c
146
if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) {
drivers/tty/serial/ip22zilog.c
261
if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
drivers/tty/serial/ip22zilog.c
279
if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | Rx_SYS | Rx_BRK)) {
drivers/tty/serial/ip22zilog.c
286
r1 &= ~(PAR_ERR | CRC_ERR);
drivers/tty/serial/ip22zilog.c
290
else if (r1 & CRC_ERR)
drivers/tty/serial/ip22zilog.c
299
else if (r1 & CRC_ERR)
drivers/tty/serial/ip22zilog.c
848
up->port.read_status_mask |= CRC_ERR | PAR_ERR;
drivers/tty/serial/ip22zilog.c
854
up->port.ignore_status_mask |= CRC_ERR | PAR_ERR;
drivers/tty/serial/pmac_zilog.c
1037
uap->port.read_status_mask |= CRC_ERR | PAR_ERR;
drivers/tty/serial/pmac_zilog.c
1043
uap->port.ignore_status_mask |= CRC_ERR | PAR_ERR;
drivers/tty/serial/pmac_zilog.c
228
if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
drivers/tty/serial/pmac_zilog.c
263
if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | BRK_ABRT)) {
drivers/tty/serial/pmac_zilog.c
266
r1 &= ~(PAR_ERR | CRC_ERR);
drivers/tty/serial/pmac_zilog.c
273
else if (r1 & CRC_ERR)
drivers/tty/serial/pmac_zilog.c
282
else if (r1 & CRC_ERR)
drivers/tty/serial/sunzilog.c
1008
if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
drivers/tty/serial/sunzilog.c
164
if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) {
drivers/tty/serial/sunzilog.c
336
if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
drivers/tty/serial/sunzilog.c
367
if (r1 & (BRK_ABRT | PAR_ERR | Rx_OVR | CRC_ERR)) {
drivers/tty/serial/sunzilog.c
369
r1 &= ~(PAR_ERR | CRC_ERR);
drivers/tty/serial/sunzilog.c
376
else if (r1 & CRC_ERR)
drivers/tty/serial/sunzilog.c
385
else if (r1 & CRC_ERR)
drivers/tty/serial/sunzilog.c
918
up->port.read_status_mask |= CRC_ERR | PAR_ERR;
drivers/tty/serial/sunzilog.c
924
up->port.ignore_status_mask |= CRC_ERR | PAR_ERR;