Searched refs:BD_SC_FR (Results 1 – 4 of 4) 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()530 if (status & BD_SC_FR) in qe_uart_int_rx()543 else if (status & BD_SC_FR) in qe_uart_int_rx()900 port->read_status_mask |= BD_SC_FR | BD_SC_PR; in qe_uart_set_termios()909 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()1107 bdp->cbd_sc &= ~(BD_SC_BR | BD_SC_FR | BD_SC_PR | BD_SC_OV | BD_SC_ID); in poll_wait_key()
107 #define BD_SC_FR (0x0010) /* Framing error */ macro
257 #define BD_SC_FR ((ushort)0x0010) /* Framing error */ macro