Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dnetx-serial.c51 #define SR_PE (1<<1) macro
202 if (unlikely(status & (SR_FE | SR_PE | SR_OE))) { in netx_rxint()
204 if (status & SR_PE) in netx_rxint()
215 else if (status & SR_PE) in netx_rxint()
398 port->ignore_status_mask |= SR_PE; in netx_set_termios()
406 port->ignore_status_mask |= SR_PE; in netx_set_termios()
413 port->read_status_mask |= SR_PE | SR_FE; in netx_set_termios()
Dsccnxp.c56 # define SR_PE (1 << 5) macro
359 sr &= SR_PE | SR_FE | SR_OVR | SR_BRK; in sccnxp_handle_rx()
373 } else if (sr & SR_PE) in sccnxp_handle_rx()
386 else if (sr & SR_PE) in sccnxp_handle_rx()
659 port->read_status_mask |= SR_PE | SR_FE; in sccnxp_set_termios()
668 port->ignore_status_mask |= SR_PE; in sccnxp_set_termios()
670 port->ignore_status_mask |= SR_PE | SR_OVR | SR_FE | SR_BRK; in sccnxp_set_termios()