Searched refs:Rx_OVR (Results 1 – 6 of 6) sorted by relevance
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()378 if (r1 & Rx_OVR) in sunzilog_receive_chars()395 if (r1 & Rx_OVR) in sunzilog_receive_chars()916 up->port.read_status_mask = Rx_OVR; in sunzilog_convert_to_zs()928 up->port.ignore_status_mask |= Rx_OVR; in sunzilog_convert_to_zs()1008 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_get_poll_char()
251 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
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()275 if (r1 & Rx_OVR) in pmz_receive_chars()290 if (r1 & Rx_OVR) in pmz_receive_chars()1035 uap->port.read_status_mask = Rx_OVR; in pmz_convert_to_zs()1047 uap->port.ignore_status_mask |= Rx_OVR; in pmz_convert_to_zs()
235 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
231 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
316 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro