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

/drivers/gpu/drm/nouveau/core/subdev/clock/
H A Dgk20a.c97 static const u8 pl_to_div[] = { variable
145 divider = priv->m * pl_to_div[priv->pl];
188 for (pl = 0; pl < ARRAY_SIZE(pl_to_div) - 1; pl++) {
189 if (pl_to_div[pl] >= low_pl) {
194 for (pl = 0; pl < ARRAY_SIZE(pl_to_div) - 1; pl++) {
195 if (pl_to_div[pl] >= high_pl) {
202 pl_to_div[low_pl], high_pl, pl_to_div[high_pl]);
206 target_vco_f = target_clk_f * pl_to_div[pl];
230 lwv = (vco_f + (pl_to_div[p
[all...]

Completed in 50 milliseconds