Searched refs:BD_SC_FR (Results 1 – 2 of 2) sorted by relevance
493 (BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV)) in qe_uart_int_rx()505 BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV | BD_SC_ID, in qe_uart_int_rx()530 if (status & BD_SC_FR) in qe_uart_int_rx()543 else if (status & BD_SC_FR) in qe_uart_int_rx()900 port->read_status_mask |= BD_SC_FR | BD_SC_PR; in qe_uart_set_termios()909 port->ignore_status_mask |= BD_SC_PR | BD_SC_FR; in qe_uart_set_termios()
107 #define BD_SC_FR (0x0010) /* Framing error */ macro