Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/gvt/ !
Ddisplay.c402 vgpu_vreg_t(vgpu, DPLL_CTRL2) &= in emulate_monitor_status_change()
404 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change()
406 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change()
428 vgpu_vreg_t(vgpu, DPLL_CTRL2) &= in emulate_monitor_status_change()
430 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change()
432 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change()
454 vgpu_vreg_t(vgpu, DPLL_CTRL2) &= in emulate_monitor_status_change()
456 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change()
458 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change()
Dhandlers.c605 if (!(vgpu_vreg_t(vgpu, DPLL_CTRL2) & DPLL_CTRL2_DDI_CLK_OFF(port)) && in skl_vgpu_get_dp_bitrate()
606 (vgpu_vreg_t(vgpu, DPLL_CTRL2) & DPLL_CTRL2_DDI_SEL_OVERRIDE(port))) { in skl_vgpu_get_dp_bitrate()
607 dpll_id += (vgpu_vreg_t(vgpu, DPLL_CTRL2) & in skl_vgpu_get_dp_bitrate()
/linux-6.6.21/drivers/media/usb/cx231xx/ !
Dcx231xx-reg.h1052 #define DPLL_CTRL2 0x868 macro
/linux-6.6.21/drivers/gpu/drm/i915/display/ !
Dintel_ddi.c1881 intel_de_rmw(i915, DPLL_CTRL2, in skl_ddi_enable_clock()
1897 intel_de_rmw(i915, DPLL_CTRL2, in skl_ddi_disable_clock()
1912 return !(intel_de_read(i915, DPLL_CTRL2) & DPLL_CTRL2_DDI_CLK_OFF(port)); in skl_ddi_is_clock_enabled()
1922 tmp = intel_de_read(i915, DPLL_CTRL2); in skl_ddi_get_pll()
/linux-6.6.21/drivers/gpu/drm/i915/ !
Dintel_gvt_mmio_table.c931 MMIO_D(DPLL_CTRL2); in iterate_skl_plus_mmio()
Di915_reg.h5976 #define DPLL_CTRL2 _MMIO(0x6C05C) macro