Searched refs:target_vco_f (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgk20a.c158 u32 target_vco_f, vco_f; gk20a_pllg_calc_mnp() local
174 target_vco_f = target_clk_f + target_clk_f / 50; gk20a_pllg_calc_mnp()
175 if (max_vco_f < target_vco_f) gk20a_pllg_calc_mnp()
176 max_vco_f = target_vco_f; gk20a_pllg_calc_mnp()
179 high_pl = (max_vco_f + target_vco_f - 1) / target_vco_f; gk20a_pllg_calc_mnp()
184 low_pl = min_vco_f / target_vco_f; gk20a_pllg_calc_mnp()
207 target_vco_f = target_clk_f * pl_to_div[pl]; gk20a_pllg_calc_mnp()
216 n = (target_vco_f * m) / ref_clk_f; gk20a_pllg_calc_mnp()
217 n2 = ((target_vco_f * m) + (ref_clk_f - 1)) / ref_clk_f; gk20a_pllg_calc_mnp()

Completed in 33 milliseconds