Searched refs:BD_SC_FR (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()320 if (status & BD_SC_FR) in cpm_uart_int_rx()333 else if (status & BD_SC_FR) in cpm_uart_int_rx()556 port->read_status_mask |= BD_SC_FR | BD_SC_PR; in cpm_uart_set_termios()565 port->ignore_status_mask |= BD_SC_PR | BD_SC_FR; 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()538 if (status & BD_SC_FR) in qe_uart_int_rx()551 else if (status & BD_SC_FR) in qe_uart_int_rx()920 port->read_status_mask |= BD_SC_FR | BD_SC_PR; in qe_uart_set_termios()929 port->ignore_status_mask |= BD_SC_PR | BD_SC_FR; in qe_uart_set_termios()
107 #define BD_SC_FR (0x0010) /* Framing error */ macro
252 #define BD_SC_FR ((ushort)0x0010) /* Framing error */ macro
Completed in 14 milliseconds