Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/
Dsmscufx.c547 u32 vco_freq0 = ref_freq0 * div_f0; in ufx_calc_pll_values() local
549 if (vco_freq0 < 350000000) in ufx_calc_pll_values()
552 if (vco_freq0 > 700000000) in ufx_calc_pll_values()
556 u32 pllout_freq0 = vco_freq0 / (1 << div_q0); in ufx_calc_pll_values()