Searched refs:BD_SC_BR (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()526 if (status & BD_SC_BR) in qe_uart_int_rx()539 if (status & BD_SC_BR) in qe_uart_int_rx()902 port->read_status_mask |= BD_SC_BR; in qe_uart_set_termios()911 port->ignore_status_mask |= BD_SC_BR; in qe_uart_set_termios()
106 #define BD_SC_BR (0x0020) /* Break received */ macro