Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c415 vgpu_vreg_t(vgpu, DPLL_CTRL2) &= in emulate_monitor_status_change()
417 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change()
419 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change()
441 vgpu_vreg_t(vgpu, DPLL_CTRL2) &= in emulate_monitor_status_change()
443 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change()
445 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change()
467 vgpu_vreg_t(vgpu, DPLL_CTRL2) &= in emulate_monitor_status_change()
469 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change()
471 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change()
H A Dhandlers.c614 if (!(vgpu_vreg_t(vgpu, DPLL_CTRL2) & DPLL_CTRL2_DDI_CLK_OFF(port)) && in skl_vgpu_get_dp_bitrate()
615 (vgpu_vreg_t(vgpu, DPLL_CTRL2) & DPLL_CTRL2_DDI_SEL_OVERRIDE(port))) { in skl_vgpu_get_dp_bitrate()
616 dpll_id += (vgpu_vreg_t(vgpu, DPLL_CTRL2) & in skl_vgpu_get_dp_bitrate()
/linux-6.15/drivers/media/usb/cx231xx/
H A Dcx231xx-reg.h1052 #define DPLL_CTRL2 0x868 macro
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_ddi.c1946 intel_de_rmw(i915, DPLL_CTRL2, in skl_ddi_enable_clock()
1962 intel_de_rmw(i915, DPLL_CTRL2, in skl_ddi_disable_clock()
1977 return !(intel_de_read(i915, DPLL_CTRL2) & DPLL_CTRL2_DDI_CLK_OFF(port)); in skl_ddi_is_clock_enabled()
1987 tmp = intel_de_read(display, DPLL_CTRL2); in skl_ddi_get_pll()
/linux-6.15/drivers/gpu/drm/i915/
H A Dintel_gvt_mmio_table.c942 MMIO_D(DPLL_CTRL2); in iterate_skl_plus_mmio()
H A Di915_reg.h3852 #define DPLL_CTRL2 _MMIO(0x6C05C) macro