Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_display.c5239 temp = I915_READ(PCH_DPLL_SEL); in ironlake_pch_enable()
5247 I915_WRITE(PCH_DPLL_SEL, temp); in ironlake_pch_enable()
6611 temp = I915_READ(PCH_DPLL_SEL); in ironlake_crtc_disable()
6613 I915_WRITE(PCH_DPLL_SEL, temp); in ironlake_crtc_disable()
10013 tmp = I915_READ(PCH_DPLL_SEL); in ironlake_get_pipe_config()
/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dhandlers.c2284 MMIO_D(PCH_DPLL_SEL, D_ALL); in init_generic_mmio_info()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_reg.h8116 #define PCH_DPLL_SEL _MMIO(0xc7000) macro