Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnouveau_calc.c286 int M, N, thisP, P; in getMNP_single() local
319 for (thisP = minP; thisP <= maxP; thisP++) { in getMNP_single()
320 P = pll_lim->max_p ? thisP : (1 << thisP); in getMNP_single()
353 bestpv->log2P = thisP; in getMNP_single()