Searched refs:low_pl (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| H A D | gk20a.c | 108 u32 low_pl, high_pl, best_pl; in gk20a_pllg_calc_mnp() local 131 low_pl = min_vco_f / target_vco_f; in gk20a_pllg_calc_mnp() 132 low_pl = min(low_pl, clk->params->max_pl); in gk20a_pllg_calc_mnp() 133 low_pl = max(low_pl, clk->params->min_pl); in gk20a_pllg_calc_mnp() 134 low_pl = clk->div_to_pl(low_pl); in gk20a_pllg_calc_mnp() 136 nvkm_debug(subdev, "low_PL %d(div%d), high_PL %d(div%d)", low_pl, in gk20a_pllg_calc_mnp() 137 clk->pl_to_div(low_pl), high_pl, clk->pl_to_div(high_pl)); in gk20a_pllg_calc_mnp() 140 for (pl = low_pl; pl <= high_pl; pl++) { in gk20a_pllg_calc_mnp()
|