Searched refs:SR_FE (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
H A Dnetx-serial.c62 #define SR_FE (1<<0) macro
214 if (unlikely(status & (SR_FE | SR_PE | SR_OE))) { netx_rxint()
218 else if (status & SR_FE) netx_rxint()
229 else if (status & SR_FE) netx_rxint()
425 port->read_status_mask |= SR_PE | SR_FE; netx_set_termios()
H A Dsccnxp.c60 # define SR_FE (1 << 6) macro
362 sr &= SR_PE | SR_FE | SR_OVR | SR_BRK; sccnxp_handle_rx()
378 else if (sr & SR_FE) sccnxp_handle_rx()
391 else if (sr & SR_FE) sccnxp_handle_rx()
662 port->read_status_mask |= SR_PE | SR_FE; sccnxp_set_termios()
673 port->ignore_status_mask |= SR_PE | SR_OVR | SR_FE | SR_BRK; sccnxp_set_termios()

Completed in 78 milliseconds