Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsccnxp.c53 # define SR_FE (1 << 6) macro
392 sr &= SR_PE | SR_FE | SR_OVR | SR_BRK; in sccnxp_handle_rx()
408 else if (sr & SR_FE) in sccnxp_handle_rx()
421 else if (sr & SR_FE) in sccnxp_handle_rx()
692 port->read_status_mask |= SR_PE | SR_FE; in sccnxp_set_termios()
703 port->ignore_status_mask |= SR_PE | SR_OVR | SR_FE | SR_BRK; in sccnxp_set_termios()