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

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgk20a.h107 u32 min_pl, max_pl; member in struct:gk20a_clk_pllg_params
H A Dgk20a.c61 .min_pl = 1, .max_pl = 32,
123 /* min_pl <= high_pl <= max_pl */
125 high_pl = min(high_pl, clk->params->max_pl);
129 /* min_pl <= low_pl <= max_pl */
131 low_pl = min(low_pl, clk->params->max_pl);
H A Dgm20b.c156 .min_pl = 1, .max_pl = 31,

Completed in 468 milliseconds