Searched refs:BD_SC_BR (Results 1 – 4 of 4) sorted by relevance
277 (BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV)) in cpm_uart_int_rx()293 clrbits16(&bdp->cbd_sc, BD_SC_BR | BD_SC_FR | BD_SC_PR | in cpm_uart_int_rx()316 if (status & BD_SC_BR) in cpm_uart_int_rx()329 if (status & BD_SC_BR) in cpm_uart_int_rx()558 port->read_status_mask |= BD_SC_BR; in cpm_uart_set_termios()567 port->ignore_status_mask |= BD_SC_BR; in cpm_uart_set_termios()1049 bdp->cbd_sc &= ~(BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV | BD_SC_ID); in poll_wait_key()
501 (BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV)) in qe_uart_int_rx()513 BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV | BD_SC_ID, in qe_uart_int_rx()534 if (status & BD_SC_BR) in qe_uart_int_rx()547 if (status & BD_SC_BR) in qe_uart_int_rx()922 port->read_status_mask |= BD_SC_BR; in qe_uart_set_termios()931 port->ignore_status_mask |= BD_SC_BR; in qe_uart_set_termios()
106 #define BD_SC_BR (0x0020) /* Break received */ macro
251 #define BD_SC_BR ((ushort)0x0020) /* Break received */ macro
Completed in 12 milliseconds