Searched refs:PLL_VPLL1 (Results 1 - 4 of 4) sorted by relevance
/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bios.h | 172 PLL_VPLL1 = 0x81, enumerator in enum:pll_types
|
H A D | nouveau_hw.c | 522 enum pll_types pll = head ? PLL_VPLL1 : PLL_VPLL0; 659 nouveau_hw_get_pllvals(dev, head ? PLL_VPLL1 : PLL_VPLL0, ®p->pllvals);
|
H A D | nouveau_bios.c | 4548 { PLL_VPLL1 , NV_RAMDAC_VPLL2 }, 4556 { PLL_VPLL1 , NV_RAMDAC_VPLL2 }, 4569 { PLL_VPLL1 , 0x614900 }, 4580 { PLL_VPLL1 , 0x614900 },
|
H A D | nv04_crtc.c | 113 if (get_pll_limits(dev, nv_crtc->index ? PLL_VPLL1 : PLL_VPLL0, &pll_lim))
|
Completed in 58 milliseconds