Searched refs:UART_RTS_CR (Results 1 – 1 of 1) sorted by relevance
53 UART_RTS_CR = 0x24, enumerator288 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()