Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dnetx-serial.c53 UART_RTS_CR = 0x24, enumerator
288 val = readl(port->membase + UART_RTS_CR); in netx_set_mctrl()
289 writel(val | RTS_CR_RTS, port->membase + UART_RTS_CR); in netx_set_mctrl()
403 writel(rts_cr, port->membase + UART_RTS_CR); in netx_set_termios()
588 if (readl(port->membase + UART_RTS_CR) & RTS_CR_AUTO) in netx_console_get_options()