Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_dpll_mgr.c349 val = I915_READ(PCH_DPLL(pll->id)); in ibx_pch_dpll_get_hw_state()
385 I915_WRITE(PCH_DPLL(pll->id), pll->state.hw_state.dpll); in ibx_pch_dpll_enable()
388 POSTING_READ(PCH_DPLL(pll->id)); in ibx_pch_dpll_enable()
396 I915_WRITE(PCH_DPLL(pll->id), pll->state.hw_state.dpll); in ibx_pch_dpll_enable()
397 POSTING_READ(PCH_DPLL(pll->id)); in ibx_pch_dpll_enable()
413 I915_WRITE(PCH_DPLL(pll->id), 0); in ibx_pch_dpll_disable()
414 POSTING_READ(PCH_DPLL(pll->id)); in ibx_pch_dpll_disable()
H A Di915_reg.h7255 #define PCH_DPLL(pll) _MMIO(pll == 0 ? _PCH_DPLL_A : _PCH_DPLL_B) macro
H A Dintel_display.c7640 u32 temp = I915_READ(PCH_DPLL(i)); in ironlake_init_pch_refclk()