Searched refs:BD_SC_FR (Results 1 – 3 of 3) sorted by relevance
499 (BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV)) in qe_uart_int_rx()511 BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV | BD_SC_ID, in qe_uart_int_rx()536 if (status & BD_SC_FR) in qe_uart_int_rx()549 else if (status & BD_SC_FR) in qe_uart_int_rx()906 port->read_status_mask |= BD_SC_FR | BD_SC_PR; in qe_uart_set_termios()915 port->ignore_status_mask |= BD_SC_PR | BD_SC_FR; in qe_uart_set_termios()
280 (BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV)) in cpm_uart_int_rx()296 clrbits16(&bdp->cbd_sc, BD_SC_BR | BD_SC_FR | BD_SC_PR | in cpm_uart_int_rx()323 if (status & BD_SC_FR) in cpm_uart_int_rx()336 else if (status & BD_SC_FR) in cpm_uart_int_rx()547 port->read_status_mask |= BD_SC_FR | BD_SC_PR; in cpm_uart_set_termios()556 port->ignore_status_mask |= BD_SC_PR | BD_SC_FR; in cpm_uart_set_termios()1113 bdp->cbd_sc &= ~(BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV | BD_SC_ID); in poll_wait_key()
257 #define BD_SC_FR ((ushort)0x0010) /* Framing error */ macro