Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv04/
Dhw.c224 uint32_t mpllP; in nouveau_hw_get_clock() local
226 0x6c, &mpllP); in nouveau_hw_get_clock()
227 mpllP = (mpllP >> 8) & 0xf; in nouveau_hw_get_clock()
228 if (!mpllP) in nouveau_hw_get_clock()
229 mpllP = 4; in nouveau_hw_get_clock()
231 return 400000 / mpllP; in nouveau_hw_get_clock()