Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dnetx-serial.c102 #define RTS_CR_AUTO (1<<0) macro
370 rts_cr = RTS_CR_AUTO | RTS_CR_CTS_CTR | RTS_CR_RTS_POL; in netx_set_termios()
588 if (readl(port->membase + UART_RTS_CR) & RTS_CR_AUTO) in netx_console_get_options()