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

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgk20a.c107 u32 low_pl, high_pl, best_pl; local
123 /* min_pl <= high_pl <= max_pl */
124 high_pl = (max_vco_f + target_vco_f - 1) / target_vco_f;
125 high_pl = min(high_pl, clk->params->max_pl);
126 high_pl = max(high_pl, clk->params->min_pl);
127 high_pl = clk->div_to_pl(high_pl);
136 clk->pl_to_div(low_pl), high_pl, cl
[all...]

Completed in 109 milliseconds