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()546 port->read_status_mask |= BD_SC_BR; in cpm_uart_set_termios()555 port->ignore_status_mask |= BD_SC_BR; in cpm_uart_set_termios()1037 bdp->cbd_sc &= ~(BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV | BD_SC_ID); in poll_wait_key()
500 (BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV)) in qe_uart_int_rx()512 BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV | BD_SC_ID, in qe_uart_int_rx()533 if (status & BD_SC_BR) in qe_uart_int_rx()546 if (status & BD_SC_BR) in qe_uart_int_rx()909 port->read_status_mask |= BD_SC_BR; in qe_uart_set_termios()918 port->ignore_status_mask |= BD_SC_BR; in qe_uart_set_termios()
106 #define BD_SC_BR (0x0020) /* Break received */ macro
255 #define BD_SC_BR ((ushort)0x0020) /* Break received */ macro
Completed in 11 milliseconds