Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/imx/
H A Dimx93-mipi-dsi.c228 unsigned int fvco_div; in dphy_pll_get_configure_from_opts() local
247 fvco_div = 8UL / min(DIV_ROUND_UP(fout, FVCO_DIV_FACTOR), 8UL); in dphy_pll_get_configure_from_opts()
258 fout, fvco_div, min_n, max_n); in dphy_pll_get_configure_from_opts()
262 m = DIV_ROUND_CLOSEST(fout * n * fvco_div, fin); in dphy_pll_get_configure_from_opts()
270 do_div(tmp, n * fvco_div); in dphy_pll_get_configure_from_opts()