Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dimx.c1241 int i = 100, ubir, ubmr, uts; in imx_flush_buffer() local
1264 ubir = readl(sport->port.membase + UBIR); in imx_flush_buffer()
1276 writel(ubir, sport->port.membase + UBIR); in imx_flush_buffer()
1692 unsigned int ucr2, ubir, ubmr, uartclk; in imx_console_get_options() local
1711 ubir = readl(sport->port.membase + UBIR) & 0xffff; in imx_console_get_options()
1729 unsigned int mul = ubir + 1; in imx_console_get_options()