Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dsccnxp.c55 # define SR_OVR (1 << 4) macro
397 sr &= SR_PE | SR_FE | SR_OVR | SR_BRK; in sccnxp_handle_rx()
415 else if (sr & SR_OVR) { in sccnxp_handle_rx()
428 else if (sr & SR_OVR) in sccnxp_handle_rx()
438 uart_insert_char(port, sr, SR_OVR, ch, flag); in sccnxp_handle_rx()
695 port->read_status_mask = SR_OVR; in sccnxp_set_termios()
708 port->ignore_status_mask |= SR_PE | SR_OVR | SR_FE | SR_BRK; in sccnxp_set_termios()