Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.c225 uint32_t mpllP; in nouveau_hw_get_clock() local
227 0x6c, &mpllP); in nouveau_hw_get_clock()
228 mpllP = (mpllP >> 8) & 0xf; in nouveau_hw_get_clock()
229 if (!mpllP) in nouveau_hw_get_clock()
230 mpllP = 4; in nouveau_hw_get_clock()
232 return 400000 / mpllP; in nouveau_hw_get_clock()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.c226 uint32_t mpllP; in nouveau_hw_get_clock() local
228 0x6c, &mpllP); in nouveau_hw_get_clock()
229 mpllP = (mpllP >> 8) & 0xf; in nouveau_hw_get_clock()
230 if (!mpllP) in nouveau_hw_get_clock()
231 mpllP = 4; in nouveau_hw_get_clock()
233 return 400000 / mpllP; in nouveau_hw_get_clock()

Completed in 3 milliseconds