Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Dsynclink.c509 #define RXSTATUS_FRAMING_ERROR BIT3 macro
1463 if ( status & (RXSTATUS_FRAMING_ERROR | RXSTATUS_PARITY_ERROR | in mgsl_isr_receive_data()
1470 if ( status & (RXSTATUS_FRAMING_ERROR | RXSTATUS_PARITY_ERROR | in mgsl_isr_receive_data()
1475 status &= ~(RXSTATUS_FRAMING_ERROR | RXSTATUS_PARITY_ERROR); in mgsl_isr_receive_data()
1479 else if (status & RXSTATUS_FRAMING_ERROR) in mgsl_isr_receive_data()
1500 else if (status & RXSTATUS_FRAMING_ERROR) in mgsl_isr_receive_data()
1971 info->read_status_mask |= RXSTATUS_PARITY_ERROR | RXSTATUS_FRAMING_ERROR; in mgsl_change_params()
1976 info->ignore_status_mask |= RXSTATUS_PARITY_ERROR | RXSTATUS_FRAMING_ERROR; in mgsl_change_params()