Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsunzilog.c164 if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_clear_fifo()
336 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_receive_chars()
367 if (r1 & (BRK_ABRT | PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_receive_chars()
369 r1 &= ~(PAR_ERR | CRC_ERR); in sunzilog_receive_chars()
376 else if (r1 & CRC_ERR) in sunzilog_receive_chars()
385 else if (r1 & CRC_ERR) in sunzilog_receive_chars()
918 up->port.read_status_mask |= CRC_ERR | PAR_ERR; in sunzilog_convert_to_zs()
924 up->port.ignore_status_mask |= CRC_ERR | PAR_ERR; in sunzilog_convert_to_zs()
1008 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_get_poll_char()
H A Dpmac_zilog.c228 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in pmz_receive_chars()
263 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | BRK_ABRT)) { in pmz_receive_chars()
266 r1 &= ~(PAR_ERR | CRC_ERR); in pmz_receive_chars()
273 else if (r1 & CRC_ERR) in pmz_receive_chars()
282 else if (r1 & CRC_ERR) in pmz_receive_chars()
1037 uap->port.read_status_mask |= CRC_ERR | PAR_ERR; in pmz_convert_to_zs()
1043 uap->port.ignore_status_mask |= CRC_ERR | PAR_ERR; in pmz_convert_to_zs()
H A Dsunzilog.h236 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
H A Dip22zilog.h232 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
H A Dpmac_zilog.h317 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
/linux/drivers/net/hamradio/
H A Dz8530.h196 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro