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

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgk20a.c108 u32 target_vco_f; local
116 target_vco_f = target_clk_f + target_clk_f / 50;
117 max_vco_f = max(clk->params->max_vco, target_vco_f);
124 high_pl = (max_vco_f + target_vco_f - 1) / target_vco_f;
130 low_pl = min_vco_f / target_vco_f;
142 target_vco_f = target_clk_f * clk->pl_to_div(pl);
152 n = (target_vco_f * m) / ref_clk_f;
153 n2 = ((target_vco_f * m) + (ref_clk_f - 1)) / ref_clk_f;

Completed in 107 milliseconds