Searched refs:CRC_ERR (Results 1 – 13 of 13) sorted by relevance
150 if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) { in ip22zilog_clear_fifo()265 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in ip22zilog_receive_chars()283 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | Rx_SYS | Rx_BRK)) { in ip22zilog_receive_chars()290 r1 &= ~(PAR_ERR | CRC_ERR); in ip22zilog_receive_chars()294 else if (r1 & CRC_ERR) in ip22zilog_receive_chars()303 else if (r1 & CRC_ERR) in ip22zilog_receive_chars()859 up->port.read_status_mask |= CRC_ERR | PAR_ERR; in ip22zilog_convert_to_zs()865 up->port.ignore_status_mask |= CRC_ERR | PAR_ERR; in ip22zilog_convert_to_zs()
167 if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_clear_fifo()339 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_receive_chars()370 if (r1 & (BRK_ABRT | PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_receive_chars()372 r1 &= ~(PAR_ERR | CRC_ERR); in sunzilog_receive_chars()379 else if (r1 & CRC_ERR) in sunzilog_receive_chars()388 else if (r1 & CRC_ERR) in sunzilog_receive_chars()924 up->port.read_status_mask |= CRC_ERR | PAR_ERR; in sunzilog_convert_to_zs()930 up->port.ignore_status_mask |= CRC_ERR | PAR_ERR; in sunzilog_convert_to_zs()1014 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_get_poll_char()
231 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
235 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
253 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in pmz_receive_chars()288 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | BRK_ABRT)) { in pmz_receive_chars()292 r1 &= ~(PAR_ERR | CRC_ERR); in pmz_receive_chars()299 else if (r1 & CRC_ERR) in pmz_receive_chars()308 else if (r1 & CRC_ERR) in pmz_receive_chars()1097 uap->port.read_status_mask |= CRC_ERR | PAR_ERR; in pmz_convert_to_zs()1103 uap->port.ignore_status_mask |= CRC_ERR | PAR_ERR; in pmz_convert_to_zs()
326 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
195 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
1218 } else if (rc & CRC_ERR) { in special_condition()
589 if (!(status & CRC_ERR) && (status & 0xe) == RES8 && skb->len > 0) in scc_spint()
218 #define CRC_ERR 0x40 /* CRC/Framing Error */ macro
362 if(stat&(Rx_OVR|CRC_ERR)) in z8530_rx()373 if(stat&CRC_ERR) in z8530_rx()
124 #define CRC_ERR 0x4000 // AAL5 CRC error macro
523 if (status & CRC_ERR) in rx_complete()