Searched refs:DPLL_CTRL2 (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/gvt/ |
D | display.c | 409 vgpu_vreg_t(vgpu, DPLL_CTRL2) &= in emulate_monitor_status_change() 411 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change() 413 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change() 435 vgpu_vreg_t(vgpu, DPLL_CTRL2) &= in emulate_monitor_status_change() 437 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change() 439 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change() 461 vgpu_vreg_t(vgpu, DPLL_CTRL2) &= in emulate_monitor_status_change() 463 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change() 465 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change()
|
D | handlers.c | 611 if (!(vgpu_vreg_t(vgpu, DPLL_CTRL2) & DPLL_CTRL2_DDI_CLK_OFF(port)) && in skl_vgpu_get_dp_bitrate() 612 (vgpu_vreg_t(vgpu, DPLL_CTRL2) & DPLL_CTRL2_DDI_SEL_OVERRIDE(port))) { in skl_vgpu_get_dp_bitrate() 613 dpll_id += (vgpu_vreg_t(vgpu, DPLL_CTRL2) & in skl_vgpu_get_dp_bitrate()
|
/linux-6.12.1/drivers/media/usb/cx231xx/ |
D | cx231xx-reg.h | 1052 #define DPLL_CTRL2 0x868 macro
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_ddi.c | 1891 intel_de_rmw(i915, DPLL_CTRL2, in skl_ddi_enable_clock() 1907 intel_de_rmw(i915, DPLL_CTRL2, in skl_ddi_disable_clock() 1922 return !(intel_de_read(i915, DPLL_CTRL2) & DPLL_CTRL2_DDI_CLK_OFF(port)); in skl_ddi_is_clock_enabled() 1932 tmp = intel_de_read(i915, DPLL_CTRL2); in skl_ddi_get_pll()
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | intel_gvt_mmio_table.c | 939 MMIO_D(DPLL_CTRL2); in iterate_skl_plus_mmio()
|
D | i915_reg.h | 4113 #define DPLL_CTRL2 _MMIO(0x6C05C) macro
|