Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsccnxp.c52 # define SR_PE (1 << 5) macro
393 sr &= SR_PE | SR_FE | SR_OVR | SR_BRK; in sccnxp_handle_rx()
407 } else if (sr & SR_PE) in sccnxp_handle_rx()
420 else if (sr & SR_PE) in sccnxp_handle_rx()
693 port->read_status_mask |= SR_PE | SR_FE; in sccnxp_set_termios()
702 port->ignore_status_mask |= SR_PE; in sccnxp_set_termios()
704 port->ignore_status_mask |= SR_PE | SR_OVR | SR_FE | SR_BRK; in sccnxp_set_termios()