Searched refs:DPLL_CTRL2 (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/i915/gvt/ ! |
D | display.c | 402 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()
|
D | handlers.c | 605 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/ ! |
D | cx231xx-reg.h | 1052 #define DPLL_CTRL2 0x868 macro
|
/linux-6.6.21/drivers/gpu/drm/i915/display/ ! |
D | intel_ddi.c | 1881 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/ ! |
D | intel_gvt_mmio_table.c | 931 MMIO_D(DPLL_CTRL2); in iterate_skl_plus_mmio()
|
D | i915_reg.h | 5976 #define DPLL_CTRL2 _MMIO(0x6C05C) macro
|