Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dnetx-serial.c53 #define SR_OE (1<<3) macro
202 if (unlikely(status & (SR_FE | SR_PE | SR_OE))) { in netx_rxint()
208 if (status & SR_OE) in netx_rxint()
224 uart_insert_char(port, status, SR_OE, rx, flg); in netx_rxint()