Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
Dhw.c222 uint32_t mpllP; in nouveau_hw_get_clock() local
224 pci_read_config_dword(pci_get_bus_and_slot(0, 3), 0x6c, &mpllP); in nouveau_hw_get_clock()
225 if (!mpllP) in nouveau_hw_get_clock()
226 mpllP = 4; in nouveau_hw_get_clock()
228 return 400000 / mpllP; in nouveau_hw_get_clock()