Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dgk20a.c156 u32 target_vco_f, vco_f; in gk20a_pllg_calc_mnp() local
172 target_vco_f = target_clk_f + target_clk_f / 50; in gk20a_pllg_calc_mnp()
173 if (max_vco_f < target_vco_f) in gk20a_pllg_calc_mnp()
174 max_vco_f = target_vco_f; in gk20a_pllg_calc_mnp()
177 high_pl = (max_vco_f + target_vco_f - 1) / target_vco_f; in gk20a_pllg_calc_mnp()
182 low_pl = min_vco_f / target_vco_f; in gk20a_pllg_calc_mnp()
205 target_vco_f = target_clk_f * pl_to_div[pl]; in gk20a_pllg_calc_mnp()
214 n = (target_vco_f * m) / ref_clk_f; in gk20a_pllg_calc_mnp()
215 n2 = ((target_vco_f * m) + (ref_clk_f - 1)) / ref_clk_f; in gk20a_pllg_calc_mnp()