Searched refs:CRC_ERR (Results 1 – 8 of 8) sorted by relevance
147 if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) { in ip22zilog_clear_fifo()262 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in ip22zilog_receive_chars()280 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | Rx_SYS | Rx_BRK)) { in ip22zilog_receive_chars()287 r1 &= ~(PAR_ERR | CRC_ERR); in ip22zilog_receive_chars()291 else if (r1 & CRC_ERR) in ip22zilog_receive_chars()300 else if (r1 & CRC_ERR) in ip22zilog_receive_chars()854 up->port.read_status_mask |= CRC_ERR | PAR_ERR; in ip22zilog_convert_to_zs()860 up->port.ignore_status_mask |= CRC_ERR | PAR_ERR; in ip22zilog_convert_to_zs()
164 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()919 up->port.read_status_mask |= CRC_ERR | PAR_ERR; in sunzilog_convert_to_zs()925 up->port.ignore_status_mask |= CRC_ERR | PAR_ERR; in sunzilog_convert_to_zs()1009 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_get_poll_char()
228 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()
232 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
236 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
317 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
196 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
592 if (!(status & CRC_ERR) && (status & 0xe) == RES8 && skb->len > 0) in scc_spint()