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()544 port->read_status_mask |= BD_SC_FR | BD_SC_PR; in cpm_uart_set_termios()553 port->ignore_status_mask |= BD_SC_PR | BD_SC_FR; 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()537 if (status & BD_SC_FR) in qe_uart_int_rx()550 else if (status & BD_SC_FR) in qe_uart_int_rx()907 port->read_status_mask |= BD_SC_FR | BD_SC_PR; in qe_uart_set_termios()916 port->ignore_status_mask |= BD_SC_PR | BD_SC_FR; in qe_uart_set_termios()
107 #define BD_SC_FR (0x0010) /* Framing error */ macro
256 #define BD_SC_FR ((ushort)0x0010) /* Framing error */ macro
Completed in 11 milliseconds