Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dnetx-serial.c65 #define SR_OE (1<<3) macro
214 if (unlikely(status & (SR_FE | SR_PE | SR_OE))) { in netx_rxint()
220 if (status & SR_OE) in netx_rxint()
236 uart_insert_char(port, status, SR_OE, rx, flg); in netx_rxint()