Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dfsl_linflexuart.c26 #define UARTCR 0x0010 /* UART mode control register */ macro
337 cr = readl(sport->membase + UARTCR); in linflex_setup_watermark()
339 writel(cr, sport->membase + UARTCR); in linflex_setup_watermark()
363 writel(LINFLEXD_UARTCR_UART, sport->membase + UARTCR); in linflex_setup_watermark()
368 writel(cr, sport->membase + UARTCR); in linflex_setup_watermark()
423 cr = readl(port->membase + UARTCR); in linflex_set_termios()
518 writel(cr, port->membase + UARTCR); in linflex_set_termios()
573 cr = readl(port->membase + UARTCR); in linflex_console_putchar()
644 cr = readl(sport->membase + UARTCR); in linflex_string_write()
646 writel(cr, sport->membase + UARTCR); in linflex_string_write()
[all …]