Rx_OVR
if(status & Rx_OVR) /* receiver overrun */
if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) {
if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | Rx_SYS | Rx_BRK)) {
if (r1 & Rx_OVR)
uart_insert_char(&up->port, r1, Rx_OVR, ch, flag);
up->port.read_status_mask = Rx_OVR;
up->port.ignore_status_mask |= Rx_OVR;
uap->port.read_status_mask = Rx_OVR;
uap->port.ignore_status_mask |= Rx_OVR;
if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR | BRK_ABRT)) {
if (r1 & Rx_OVR)
if (r1 & Rx_OVR)
if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
if (regval & (PAR_ERR | Rx_OVR | CRC_ERR)) {
if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
if (r1 & (BRK_ABRT | PAR_ERR | Rx_OVR | CRC_ERR)) {
if (r1 & Rx_OVR)
if (r1 & Rx_OVR)
up->port.read_status_mask = Rx_OVR;
up->port.ignore_status_mask |= Rx_OVR;
status = read_zsreg(zport, R1) & (Rx_OVR | FRM_ERR | PAR_ERR);
(Rx_OVR | FRM_ERR | PAR_ERR | Rx_SYS | Rx_BRK))) {
if (status & (Rx_OVR | FRM_ERR | PAR_ERR)) {
if (status & Rx_OVR)
uart_insert_char(uport, status, Rx_OVR, ch, flag);
uport->read_status_mask = Rx_OVR;
uport->ignore_status_mask |= Rx_OVR;