Searched refs:PCH_DPLL (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dpll_mgr.c | 488 val = intel_de_read(dev_priv, PCH_DPLL(id)); in ibx_pch_dpll_get_hw_state() 521 intel_de_write(dev_priv, PCH_DPLL(id), pll->state.hw_state.dpll); in ibx_pch_dpll_enable() 524 intel_de_posting_read(dev_priv, PCH_DPLL(id)); in ibx_pch_dpll_enable() 532 intel_de_write(dev_priv, PCH_DPLL(id), pll->state.hw_state.dpll); in ibx_pch_dpll_enable() 533 intel_de_posting_read(dev_priv, PCH_DPLL(id)); in ibx_pch_dpll_enable() 542 intel_de_write(dev_priv, PCH_DPLL(id), 0); in ibx_pch_dpll_disable() 543 intel_de_posting_read(dev_priv, PCH_DPLL(id)); in ibx_pch_dpll_disable()
|
H A D | intel_pch_refclk.c | 531 u32 temp = intel_de_read(dev_priv, PCH_DPLL(i)); in ilk_init_pch_refclk()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 4946 #define PCH_DPLL(pll) _MMIO((pll) == 0 ? _PCH_DPLL_A : _PCH_DPLL_B) macro
|