Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dsmscufx.c497 u32 div_f0; member
533 u32 div_r0, div_f0, div_q0, div_r1, div_f1, div_q1; in ufx_calc_pll_values() local
544 for (div_f0 = 1; div_f0 <= 256; div_f0++) { in ufx_calc_pll_values()
545 u32 vco_freq0 = ref_freq0 * div_f0; in ufx_calc_pll_values()
593 asic_pll->div_f0 = div_f0 - 1; in ufx_calc_pll_values()
638 value = (asic_pll.div_f0 | (asic_pll.div_r0 << 8) | in ufx_config_pix_clk()