Home
last modified time | relevance | path

Searched refs:RXSTATUS_FRAMING_ERROR (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/tty/
Dsynclink.c510 #define RXSTATUS_FRAMING_ERROR BIT3 macro
1464 if ( status & (RXSTATUS_FRAMING_ERROR | RXSTATUS_PARITY_ERROR | in mgsl_isr_receive_data()
1471 if ( status & (RXSTATUS_FRAMING_ERROR | RXSTATUS_PARITY_ERROR | in mgsl_isr_receive_data()
1476 status &= ~(RXSTATUS_FRAMING_ERROR | RXSTATUS_PARITY_ERROR); in mgsl_isr_receive_data()
1480 else if (status & RXSTATUS_FRAMING_ERROR) in mgsl_isr_receive_data()
1501 else if (status & RXSTATUS_FRAMING_ERROR) in mgsl_isr_receive_data()
1972 info->read_status_mask |= RXSTATUS_PARITY_ERROR | RXSTATUS_FRAMING_ERROR; in mgsl_change_params()
1977 info->ignore_status_mask |= RXSTATUS_PARITY_ERROR | RXSTATUS_FRAMING_ERROR; in mgsl_change_params()