Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/serial/
Dimx.c2040 unsigned int ucfr_rfdiv; in imx_uart_console_get_options() local
2060 ucfr_rfdiv = (imx_uart_readl(sport, UFCR) & UFCR_RFDIV) >> 7; in imx_uart_console_get_options()
2061 if (ucfr_rfdiv == 6) in imx_uart_console_get_options()
2062 ucfr_rfdiv = 7; in imx_uart_console_get_options()
2064 ucfr_rfdiv = 6 - ucfr_rfdiv; in imx_uart_console_get_options()
2067 uartclk /= ucfr_rfdiv; in imx_uart_console_get_options()