Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dsccnxp.c57 # define SR_FE (1 << 6) macro
397 sr &= SR_PE | SR_FE | SR_OVR | SR_BRK; in sccnxp_handle_rx()
413 else if (sr & SR_FE) in sccnxp_handle_rx()
426 else if (sr & SR_FE) in sccnxp_handle_rx()
697 port->read_status_mask |= SR_PE | SR_FE; in sccnxp_set_termios()
708 port->ignore_status_mask |= SR_PE | SR_OVR | SR_FE | SR_BRK; in sccnxp_set_termios()