Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dfsl_linflexuart.c26 #define UARTCR 0x0010 /* UART mode control register */ macro
336 cr = readl(sport->membase + UARTCR); in linflex_setup_watermark()
338 writel(cr, sport->membase + UARTCR); in linflex_setup_watermark()
362 writel(LINFLEXD_UARTCR_UART, sport->membase + UARTCR); in linflex_setup_watermark()
367 writel(cr, sport->membase + UARTCR); in linflex_setup_watermark()
422 cr = readl(port->membase + UARTCR); in linflex_set_termios()
517 writel(cr, port->membase + UARTCR); in linflex_set_termios()
572 cr = readl(port->membase + UARTCR); in linflex_console_putchar()
643 cr = readl(sport->membase + UARTCR); in linflex_string_write()
645 writel(cr, sport->membase + UARTCR); in linflex_string_write()
[all …]