Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dsmscufx.c545 u32 vco_freq0 = ref_freq0 * div_f0; in ufx_calc_pll_values() local
547 if (vco_freq0 < 350000000) in ufx_calc_pll_values()
550 if (vco_freq0 > 700000000) in ufx_calc_pll_values()
554 u32 pllout_freq0 = vco_freq0 / (1 << div_q0); in ufx_calc_pll_values()