Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dpll_mgr.c539 val = intel_de_read(display, PCH_DPLL(id)); in ibx_pch_dpll_get_hw_state()
574 intel_de_write(display, PCH_DPLL(id), hw_state->dpll); in ibx_pch_dpll_enable()
577 intel_de_posting_read(display, PCH_DPLL(id)); in ibx_pch_dpll_enable()
585 intel_de_write(display, PCH_DPLL(id), hw_state->dpll); in ibx_pch_dpll_enable()
586 intel_de_posting_read(display, PCH_DPLL(id)); in ibx_pch_dpll_enable()
595 intel_de_write(display, PCH_DPLL(id), 0); in ibx_pch_dpll_disable()
596 intel_de_posting_read(display, PCH_DPLL(id)); in ibx_pch_dpll_disable()
H A Dintel_pch_refclk.c536 temp = intel_de_read(display, PCH_DPLL(pll->info->id)); in ilk_init_pch_refclk()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_reg.h2807 #define PCH_DPLL(pll) _MMIO((pll) == 0 ? _PCH_DPLL_A : _PCH_DPLL_B) macro