Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/dispnv04/
Dhw.c224 uint32_t mpllP; in nouveau_hw_get_clock() local
226 pci_read_config_dword(pci_get_bus_and_slot(0, 3), 0x6c, &mpllP); in nouveau_hw_get_clock()
227 if (!mpllP) in nouveau_hw_get_clock()
228 mpllP = 4; in nouveau_hw_get_clock()
230 return 400000 / mpllP; in nouveau_hw_get_clock()