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

/drivers/gpu/drm/nouveau/core/subdev/clock/
H A Dgk20a.c157 u32 target_vco_f, vco_f; local
173 target_vco_f = target_clk_f + target_clk_f / 50;
174 if (max_vco_f < target_vco_f)
175 max_vco_f = target_vco_f;
178 high_pl = (max_vco_f + target_vco_f - 1) / target_vco_f;
183 low_pl = min_vco_f / target_vco_f;
206 target_vco_f = target_clk_f * pl_to_div[pl];
215 n = (target_vco_f * m) / ref_clk_f;
216 n2 = ((target_vco_f *
[all...]

Completed in 74 milliseconds