Searched refs:ubmr (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/tty/serial/ |
H A D | imx.c | 345 u32 ucr2, ubir, ubmr, uts; in imx_uart_soft_reset() local 359 ubmr = imx_uart_readl(sport, UBMR); in imx_uart_soft_reset() 370 imx_uart_writel(sport, ubmr, UBMR); in imx_uart_soft_reset() 2227 unsigned int ucr2, ubir, ubmr, uartclk; in imx_uart_console_get_options() local 2247 ubmr = imx_uart_readl(sport, UBMR) & 0xffff; in imx_uart_console_get_options() 2260 * baud_raw = round(((uartclk/16) * (ubir + 1)) / (ubmr + 1)) in imx_uart_console_get_options() 2265 unsigned int div = 16 * (ubmr + 1); in imx_uart_console_get_options()
|