Searched refs:BD_SC_BR (Results 1 – 4 of 4) sorted by relevance
282 (BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV)) in cpm_uart_int_rx()298 clrbits16(&bdp->cbd_sc, BD_SC_BR | BD_SC_FR | BD_SC_PR | in cpm_uart_int_rx()321 if (status & BD_SC_BR) in cpm_uart_int_rx()334 if (status & BD_SC_BR) in cpm_uart_int_rx()576 port->read_status_mask |= BD_SC_BR; in cpm_uart_set_termios()585 port->ignore_status_mask |= BD_SC_BR; in cpm_uart_set_termios()1071 bdp->cbd_sc &= ~(BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV | BD_SC_ID); in poll_wait_key()
499 (BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV)) in qe_uart_int_rx()510 clrsetbits_be16(&bdp->status, BD_SC_BR | BD_SC_FR | BD_SC_PR | in qe_uart_int_rx()531 if (status & BD_SC_BR) in qe_uart_int_rx()544 if (status & BD_SC_BR) in qe_uart_int_rx()928 port->read_status_mask |= BD_SC_BR; in qe_uart_set_termios()937 port->ignore_status_mask |= BD_SC_BR; in qe_uart_set_termios()
106 #define BD_SC_BR (0x0020) /* Break received */ macro
247 #define BD_SC_BR ((ushort)0x0020) /* Break received */ macro