Searched refs:ubmr (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/tty/serial/ |
D | imx.c | 342 u32 ucr2, ubir, ubmr, uts; in imx_uart_soft_reset() local 356 ubmr = imx_uart_readl(sport, UBMR); in imx_uart_soft_reset() 367 imx_uart_writel(sport, ubmr, UBMR); in imx_uart_soft_reset() 2133 unsigned int ucr2, ubir, ubmr, uartclk; in imx_uart_console_get_options() local 2153 ubmr = imx_uart_readl(sport, UBMR) & 0xffff; in imx_uart_console_get_options() 2171 unsigned int div = 16 * (ubmr + 1); in imx_uart_console_get_options()
|