Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dpllnv04.c49 int M, N, thisP, P; in getMNP_single() local
83 for (thisP = minP; thisP <= maxP; thisP++) { in getMNP_single()
84 P = 1 << thisP; in getMNP_single()
117 *pP = thisP; in getMNP_single()