Searched refs:PCH_DPLL (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/i915/display/ |
D | intel_dpll_mgr.c | 417 val = intel_de_read(dev_priv, PCH_DPLL(id)); in ibx_pch_dpll_get_hw_state() 457 intel_de_write(dev_priv, PCH_DPLL(id), pll->state.hw_state.dpll); in ibx_pch_dpll_enable() 460 intel_de_posting_read(dev_priv, PCH_DPLL(id)); in ibx_pch_dpll_enable() 468 intel_de_write(dev_priv, PCH_DPLL(id), pll->state.hw_state.dpll); in ibx_pch_dpll_enable() 469 intel_de_posting_read(dev_priv, PCH_DPLL(id)); in ibx_pch_dpll_enable() 478 intel_de_write(dev_priv, PCH_DPLL(id), 0); in ibx_pch_dpll_disable() 479 intel_de_posting_read(dev_priv, PCH_DPLL(id)); in ibx_pch_dpll_disable()
|
D | intel_display.c | 9622 u32 temp = intel_de_read(dev_priv, PCH_DPLL(i)); in ilk_init_pch_refclk()
|
/Linux-v5.10/drivers/gpu/drm/i915/ |
D | i915_reg.h | 8432 #define PCH_DPLL(pll) _MMIO((pll) == 0 ? _PCH_DPLL_A : _PCH_DPLL_B) macro
|