Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dsmscufx.c554 u32 pllout_freq0 = vco_freq0 / (1 << div_q0); in ufx_calc_pll_values() local
556 if (pllout_freq0 < 5000000) in ufx_calc_pll_values()
559 if (pllout_freq0 > 200000000) in ufx_calc_pll_values()
563 u32 ref_freq1 = pllout_freq0 / div_r1; in ufx_calc_pll_values()