Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_display.c13347 val = I915_READ(PCH_DPLL(pll->id)); in ibx_pch_dpll_get_hw_state()
13368 I915_WRITE(PCH_DPLL(pll->id), pll->config.hw_state.dpll); in ibx_pch_dpll_enable()
13371 POSTING_READ(PCH_DPLL(pll->id)); in ibx_pch_dpll_enable()
13379 I915_WRITE(PCH_DPLL(pll->id), pll->config.hw_state.dpll); in ibx_pch_dpll_enable()
13380 POSTING_READ(PCH_DPLL(pll->id)); in ibx_pch_dpll_enable()
13396 I915_WRITE(PCH_DPLL(pll->id), 0); in ibx_pch_dpll_disable()
13397 POSTING_READ(PCH_DPLL(pll->id)); in ibx_pch_dpll_disable()
Di915_reg.h6145 #define PCH_DPLL(pll) (pll == 0 ? _PCH_DPLL_A : _PCH_DPLL_B) macro