Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_dpll_mgr.c536 val = intel_de_read(i915, PCH_DPLL(id)); in ibx_pch_dpll_get_hw_state()
571 intel_de_write(i915, PCH_DPLL(id), hw_state->dpll); in ibx_pch_dpll_enable()
574 intel_de_posting_read(i915, PCH_DPLL(id)); in ibx_pch_dpll_enable()
582 intel_de_write(i915, PCH_DPLL(id), hw_state->dpll); in ibx_pch_dpll_enable()
583 intel_de_posting_read(i915, PCH_DPLL(id)); in ibx_pch_dpll_enable()
592 intel_de_write(i915, PCH_DPLL(id), 0); in ibx_pch_dpll_disable()
593 intel_de_posting_read(i915, PCH_DPLL(id)); in ibx_pch_dpll_disable()
Dintel_pch_refclk.c534 temp = intel_de_read(dev_priv, PCH_DPLL(pll->info->id)); in ilk_init_pch_refclk()
/linux-6.12.1/drivers/gpu/drm/i915/
Di915_reg.h3098 #define PCH_DPLL(pll) _MMIO((pll) == 0 ? _PCH_DPLL_A : _PCH_DPLL_B) macro