Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dfsl_linflexuart.c26 #define UARTCR 0x0010 /* UART mode control register */ macro
323 cr = readl(sport->membase + UARTCR); in linflex_setup_watermark()
325 writel(cr, sport->membase + UARTCR); in linflex_setup_watermark()
349 writel(LINFLEXD_UARTCR_UART, sport->membase + UARTCR); in linflex_setup_watermark()
354 writel(cr, sport->membase + UARTCR); in linflex_setup_watermark()
409 cr = readl(port->membase + UARTCR); in linflex_set_termios()
504 writel(cr, port->membase + UARTCR); in linflex_set_termios()
559 cr = readl(port->membase + UARTCR); in linflex_console_putchar()
630 cr = readl(sport->membase + UARTCR); in linflex_string_write()
632 writel(cr, sport->membase + UARTCR); in linflex_string_write()
[all …]