Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_bios.h172 PLL_VPLL1 = 0x81, enumerator
Dnouveau_hw.c522 enum pll_types pll = head ? PLL_VPLL1 : PLL_VPLL0; in nouveau_hw_fix_bad_vpll()
659 nouveau_hw_get_pllvals(dev, head ? PLL_VPLL1 : PLL_VPLL0, &regp->pllvals); in nv_save_state_ramdac()
Dnouveau_bios.c4548 { PLL_VPLL1 , NV_RAMDAC_VPLL2 },
4556 { PLL_VPLL1 , NV_RAMDAC_VPLL2 },
4569 { PLL_VPLL1 , 0x614900 },
4580 { PLL_VPLL1 , 0x614900 },
Dnv04_crtc.c113 if (get_pll_limits(dev, nv_crtc->index ? PLL_VPLL1 : PLL_VPLL0, &pll_lim)) in nv_crtc_calc_state_ext()