Home
last modified time | relevance | path

Searched refs:LCPLL1_CTL (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.c939 val = intel_de_read(display, LCPLL1_CTL); in skl_dpll0_update()
1078 intel_de_rmw(display, LCPLL1_CTL, in skl_dpll0_enable()
1081 if (intel_de_wait_for_set(display, LCPLL1_CTL, LCPLL_PLL_LOCK, 5)) in skl_dpll0_enable()
1092 intel_de_rmw(display, LCPLL1_CTL, in skl_dpll0_disable()
1095 if (intel_de_wait_for_clear(display, LCPLL1_CTL, LCPLL_PLL_LOCK, 1)) in skl_dpll0_disable()
H A Dintel_dpll_mgr.c1343 .ctl = LCPLL1_CTL,
/linux-6.15/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c398 vgpu_vreg_t(vgpu, LCPLL1_CTL) = in emulate_monitor_status_change()
H A Dhandlers.c2624 MMIO_DH(LCPLL1_CTL, D_SKL_PLUS, NULL, skl_lcpll_write); in init_skl_mmio_info()
/linux-6.15/drivers/gpu/drm/i915/
H A Dintel_gvt_mmio_table.c933 MMIO_D(LCPLL1_CTL); in iterate_skl_plus_mmio()
H A Di915_reg.h3832 #define LCPLL1_CTL _MMIO(0x46010) macro