Searched refs:UART_RTS_CR (Results 1 – 1 of 1) sorted by relevance
41 UART_RTS_CR = 0x24, enumerator276 val = readl(port->membase + UART_RTS_CR); in netx_set_mctrl()277 writel(val | RTS_CR_RTS, port->membase + UART_RTS_CR); in netx_set_mctrl()391 writel(rts_cr, port->membase + UART_RTS_CR); in netx_set_termios()576 if (readl(port->membase + UART_RTS_CR) & RTS_CR_AUTO) in netx_console_get_options()