Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dnetx-serial.c46 UART_LINE_CR = 0x08, enumerator
298 line_cr = readl(port->membase + UART_LINE_CR); in netx_break_ctl()
303 writel(line_cr, port->membase + UART_LINE_CR); in netx_break_ctl()
319 writel(readl(port->membase + UART_LINE_CR) | LINE_CR_FEN, in netx_startup()
320 port->membase + UART_LINE_CR); in netx_startup()
401 writel(line_cr, port->membase + UART_LINE_CR); in netx_set_termios()
564 line_cr = readl(port->membase + UART_LINE_CR); in netx_console_get_options()