Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dgk20a.c106 u32 min_pl, max_pl; member
114 .min_pl = 1, .max_pl = 32,
178 high_pl = min(high_pl, clk->params->max_pl); in gk20a_pllg_calc_mnp()
183 low_pl = min(low_pl, clk->params->max_pl); in gk20a_pllg_calc_mnp()