Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dimx.c1690 unsigned int ucfr_rfdiv; in imx_console_get_options() local
1710 ucfr_rfdiv = (readl(sport->port.membase + UFCR) & UFCR_RFDIV) >> 7; in imx_console_get_options()
1711 if (ucfr_rfdiv == 6) in imx_console_get_options()
1712 ucfr_rfdiv = 7; in imx_console_get_options()
1714 ucfr_rfdiv = 6 - ucfr_rfdiv; in imx_console_get_options()
1717 uartclk /= ucfr_rfdiv; in imx_console_get_options()