Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dnetx-serial.c34 UART_LINE_CR = 0x08, enumerator
286 line_cr = readl(port->membase + UART_LINE_CR); in netx_break_ctl()
291 writel(line_cr, port->membase + UART_LINE_CR); in netx_break_ctl()
307 writel(readl(port->membase + UART_LINE_CR) | LINE_CR_FEN, in netx_startup()
308 port->membase + UART_LINE_CR); in netx_startup()
389 writel(line_cr, port->membase + UART_LINE_CR); in netx_set_termios()
552 line_cr = readl(port->membase + UART_LINE_CR); in netx_console_get_options()