Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dimx.c345 u32 ucr2, ubir, ubmr, uts; in imx_uart_soft_reset() local
358 ubir = imx_uart_readl(sport, UBIR); in imx_uart_soft_reset()
369 imx_uart_writel(sport, ubir, UBIR); in imx_uart_soft_reset()
2227 unsigned int ucr2, ubir, ubmr, uartclk; in imx_uart_console_get_options() local
2246 ubir = imx_uart_readl(sport, UBIR) & 0xffff; in imx_uart_console_get_options()
2260 * baud_raw = round(((uartclk/16) * (ubir + 1)) / (ubmr + 1)) in imx_uart_console_get_options()
2264 unsigned int mul = ubir + 1; in imx_uart_console_get_options()