Searched refs:PCH_DPLL (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_dpll_mgr.c | 461 val = intel_de_read(dev_priv, PCH_DPLL(id)); in ibx_pch_dpll_get_hw_state() 495 intel_de_write(dev_priv, PCH_DPLL(id), pll->state.hw_state.dpll); in ibx_pch_dpll_enable() 498 intel_de_posting_read(dev_priv, PCH_DPLL(id)); in ibx_pch_dpll_enable() 506 intel_de_write(dev_priv, PCH_DPLL(id), pll->state.hw_state.dpll); in ibx_pch_dpll_enable() 507 intel_de_posting_read(dev_priv, PCH_DPLL(id)); in ibx_pch_dpll_enable() 516 intel_de_write(dev_priv, PCH_DPLL(id), 0); in ibx_pch_dpll_disable() 517 intel_de_posting_read(dev_priv, PCH_DPLL(id)); in ibx_pch_dpll_disable()
|
D | intel_pch_refclk.c | 536 u32 temp = intel_de_read(dev_priv, PCH_DPLL(i)); in ilk_init_pch_refclk()
|
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | i915_reg.h | 6054 #define PCH_DPLL(pll) _MMIO((pll) == 0 ? _PCH_DPLL_A : _PCH_DPLL_B) macro
|