/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | ip22zilog.c | 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() 293 if (r1 & Rx_OVR) in ip22zilog_receive_chars() 308 uart_insert_char(&up->port, r1, Rx_OVR, ch, flag); in ip22zilog_receive_chars() 854 up->port.read_status_mask = Rx_OVR; in ip22zilog_convert_to_zs() 866 up->port.ignore_status_mask |= Rx_OVR; in ip22zilog_convert_to_zs()
|
H A D | zs.c | 553 status = read_zsreg(zport, R1) & (Rx_OVR | FRM_ERR | PAR_ERR); in zs_receive_chars() 566 (Rx_OVR | FRM_ERR | PAR_ERR | Rx_SYS | Rx_BRK))) { in zs_receive_chars() 570 if (status & (Rx_OVR | FRM_ERR | PAR_ERR)) { in zs_receive_chars() 585 if (status & Rx_OVR) in zs_receive_chars() 600 uart_insert_char(uport, status, Rx_OVR, ch, flag); in zs_receive_chars() 920 uport->read_status_mask = Rx_OVR; in zs_set_termios() 932 uport->ignore_status_mask |= Rx_OVR; in zs_set_termios()
|
H A D | sunzilog.c | 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() 919 up->port.read_status_mask = Rx_OVR; in sunzilog_convert_to_zs() 931 up->port.ignore_status_mask |= Rx_OVR; in sunzilog_convert_to_zs() 1011 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_get_poll_char()
|
H A D | zs.h | 251 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
|
H A D | ip22zilog.h | 231 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
|
H A D | sunzilog.h | 235 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
|
H A D | pmac_zilog.c | 236 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { 271 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | BRK_ABRT)) { 283 if (r1 & Rx_OVR) 298 if (r1 & Rx_OVR) 1077 uap->port.read_status_mask = Rx_OVR; in pmz_convert_to_zs() 1089 uap->port.ignore_status_mask |= Rx_OVR; in pmz_convert_to_zs()
|
H A D | pmac_zilog.h | 326 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | ip22zilog.c | 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() 293 if (r1 & Rx_OVR) in ip22zilog_receive_chars() 308 uart_insert_char(&up->port, r1, Rx_OVR, ch, flag); in ip22zilog_receive_chars() 852 up->port.read_status_mask = Rx_OVR; in ip22zilog_convert_to_zs() 864 up->port.ignore_status_mask |= Rx_OVR; in ip22zilog_convert_to_zs()
|
H A D | zs.c | 554 status = read_zsreg(zport, R1) & (Rx_OVR | FRM_ERR | PAR_ERR); in zs_receive_chars() 567 (Rx_OVR | FRM_ERR | PAR_ERR | Rx_SYS | Rx_BRK))) { in zs_receive_chars() 571 if (status & (Rx_OVR | FRM_ERR | PAR_ERR)) { in zs_receive_chars() 586 if (status & Rx_OVR) in zs_receive_chars() 601 uart_insert_char(uport, status, Rx_OVR, ch, flag); in zs_receive_chars() 920 uport->read_status_mask = Rx_OVR; in zs_set_termios() 932 uport->ignore_status_mask |= Rx_OVR; in zs_set_termios()
|
H A D | sunzilog.c | 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() 917 up->port.read_status_mask = Rx_OVR; in sunzilog_convert_to_zs() 929 up->port.ignore_status_mask |= Rx_OVR; in sunzilog_convert_to_zs() 1009 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { in sunzilog_get_poll_char()
|
H A D | zs.h | 251 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
|
H A D | ip22zilog.h | 231 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
|
H A D | sunzilog.h | 235 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
|
H A D | pmac_zilog.c | 229 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) { 264 if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | BRK_ABRT)) { 276 if (r1 & Rx_OVR) 291 if (r1 & Rx_OVR) 1049 uap->port.read_status_mask = Rx_OVR; in pmz_convert_to_zs() 1061 uap->port.ignore_status_mask |= Rx_OVR; in pmz_convert_to_zs()
|
H A D | pmac_zilog.h | 316 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
|
/kernel/linux/linux-5.10/drivers/net/hamradio/ |
H A D | z8530.h | 195 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
|
H A D | dmascc.c | 1189 if (rc & Rx_OVR) { in special_condition()
|
H A D | scc.c | 576 if(status & Rx_OVR) /* receiver overrun */ in scc_spint()
|
/kernel/linux/linux-6.6/drivers/net/hamradio/ |
H A D | z8530.h | 195 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
|
H A D | scc.c | 578 if(status & Rx_OVR) /* receiver overrun */ in scc_spint()
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | z85230.h | 218 #define Rx_OVR 0x20 /* Rx Overrun Error */ macro
|
H A D | z85230.c | 359 if(stat&(Rx_OVR|CRC_ERR)) in z8530_rx() 365 if(stat&Rx_OVR) in z8530_rx()
|