Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dnetx-serial.c90 #define RTS_CR_AUTO (1<<0) macro
358 rts_cr = RTS_CR_AUTO | RTS_CR_CTS_CTR | RTS_CR_RTS_POL; in netx_set_termios()
576 if (readl(port->membase + UART_RTS_CR) & RTS_CR_AUTO) in netx_console_get_options()