Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dnetx-serial.c63 #define SR_PE (1<<1) macro
214 if (unlikely(status & (SR_FE | SR_PE | SR_OE))) { in netx_rxint()
216 if (status & SR_PE) in netx_rxint()
227 else if (status & SR_PE) in netx_rxint()
410 port->ignore_status_mask |= SR_PE; in netx_set_termios()
418 port->ignore_status_mask |= SR_PE; in netx_set_termios()
425 port->read_status_mask |= SR_PE | SR_FE; in netx_set_termios()
Dsccnxp.c59 # define SR_PE (1 << 5) macro
362 sr &= SR_PE | SR_FE | SR_OVR | SR_BRK; in sccnxp_handle_rx()
376 } else if (sr & SR_PE) in sccnxp_handle_rx()
389 else if (sr & SR_PE) in sccnxp_handle_rx()
662 port->read_status_mask |= SR_PE | SR_FE; in sccnxp_set_termios()
671 port->ignore_status_mask |= SR_PE; in sccnxp_set_termios()
673 port->ignore_status_mask |= SR_PE | SR_OVR | SR_FE | SR_BRK; in sccnxp_set_termios()