Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dsccnxp.c61 # define SR_BRK (1 << 7) macro
362 sr &= SR_PE | SR_FE | SR_OVR | SR_BRK; in sccnxp_handle_rx()
370 if (sr & SR_BRK) { in sccnxp_handle_rx()
387 if (sr & SR_BRK) in sccnxp_handle_rx()
664 port->read_status_mask |= SR_BRK; in sccnxp_set_termios()
669 port->ignore_status_mask |= SR_BRK; in sccnxp_set_termios()
673 port->ignore_status_mask |= SR_PE | SR_OVR | SR_FE | SR_BRK; in sccnxp_set_termios()