Home
last modified time | relevance | path

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

/drivers/video/fbdev/
Dsmscufx.c501 u32 div_f1; member
533 u32 div_r0, div_f0, div_q0, div_r1, div_f1, div_q1; in ufx_calc_pll_values() local
568 for (div_f1 = 1; div_f1 <= 256; div_f1++) { in ufx_calc_pll_values()
569 u32 vco_freq1 = ref_freq1 * div_f1; in ufx_calc_pll_values()
596 asic_pll->div_f1 = div_f1 - 1; in ufx_calc_pll_values()
633 value = (asic_pll.div_f1 | (asic_pll.div_r1 << 8) | in ufx_config_pix_clk()