Searched refs:SR_OVR (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
H A Dsccnxp.c58 # define SR_OVR (1 << 4) macro
362 sr &= SR_PE | SR_FE | SR_OVR | SR_BRK; sccnxp_handle_rx()
380 else if (sr & SR_OVR) { sccnxp_handle_rx()
393 else if (sr & SR_OVR) sccnxp_handle_rx()
403 uart_insert_char(port, sr, SR_OVR, ch, flag); sccnxp_handle_rx()
660 port->read_status_mask = SR_OVR; sccnxp_set_termios()
673 port->ignore_status_mask |= SR_PE | SR_OVR | SR_FE | SR_BRK; sccnxp_set_termios()

Completed in 46 milliseconds