Searched refs:DPLL_CTRL2 (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/i915/gvt/ |
D | display.c | 399 vgpu_vreg_t(vgpu, DPLL_CTRL2) &= in emulate_monitor_status_change() 401 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change() 403 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change() 425 vgpu_vreg_t(vgpu, DPLL_CTRL2) &= in emulate_monitor_status_change() 427 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change() 429 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change() 451 vgpu_vreg_t(vgpu, DPLL_CTRL2) &= in emulate_monitor_status_change() 453 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change() 455 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change()
|
D | handlers.c | 599 if (!(vgpu_vreg_t(vgpu, DPLL_CTRL2) & DPLL_CTRL2_DDI_CLK_OFF(port)) && in skl_vgpu_get_dp_bitrate() 600 (vgpu_vreg_t(vgpu, DPLL_CTRL2) & DPLL_CTRL2_DDI_SEL_OVERRIDE(port))) { in skl_vgpu_get_dp_bitrate() 601 dpll_id += (vgpu_vreg_t(vgpu, DPLL_CTRL2) & in skl_vgpu_get_dp_bitrate()
|
/Linux-v6.1/drivers/media/usb/cx231xx/ |
D | cx231xx-reg.h | 1052 #define DPLL_CTRL2 0x868 macro
|
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_ddi.c | 1806 intel_de_rmw(i915, DPLL_CTRL2, in skl_ddi_enable_clock() 1822 intel_de_rmw(i915, DPLL_CTRL2, in skl_ddi_disable_clock() 1837 return !(intel_de_read(i915, DPLL_CTRL2) & DPLL_CTRL2_DDI_CLK_OFF(port)); in skl_ddi_is_clock_enabled() 1847 tmp = intel_de_read(i915, DPLL_CTRL2); in skl_ddi_get_pll()
|
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | intel_gvt_mmio_table.c | 924 MMIO_D(DPLL_CTRL2); in iterate_skl_plus_mmio()
|
D | i915_reg.h | 7178 #define DPLL_CTRL2 _MMIO(0x6C05C) macro
|