Home
last modified time | relevance | path

Searched refs:Rx_OVR (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()
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()
H A Dzs.h251 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
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()
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()
H A Dsunzilog.h235 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
H A Dip22zilog.h231 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
H A Dpmac_zilog.h316 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro