Searched refs:DPLL_CTRL2 (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/i915/gvt/ |
| D | display.c | 398 vgpu_vreg_t(vgpu, DPLL_CTRL2) &= in emulate_monitor_status_change() 400 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change() 402 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change() 424 vgpu_vreg_t(vgpu, DPLL_CTRL2) &= in emulate_monitor_status_change() 426 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change() 428 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change() 450 vgpu_vreg_t(vgpu, DPLL_CTRL2) &= in emulate_monitor_status_change() 452 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change() 454 vgpu_vreg_t(vgpu, DPLL_CTRL2) |= in emulate_monitor_status_change()
|
| D | handlers.c | 603 if (!(vgpu_vreg_t(vgpu, DPLL_CTRL2) & DPLL_CTRL2_DDI_CLK_OFF(port)) && in skl_vgpu_get_dp_bitrate() 604 (vgpu_vreg_t(vgpu, DPLL_CTRL2) & DPLL_CTRL2_DDI_SEL_OVERRIDE(port))) { in skl_vgpu_get_dp_bitrate() 605 dpll_id += (vgpu_vreg_t(vgpu, DPLL_CTRL2) & in skl_vgpu_get_dp_bitrate() 3234 MMIO_D(DPLL_CTRL2, D_SKL_PLUS); in init_skl_mmio_info()
|
| /Linux-v5.15/drivers/media/usb/cx231xx/ |
| D | cx231xx-reg.h | 1052 #define DPLL_CTRL2 0x868 macro
|
| /Linux-v5.15/drivers/gpu/drm/i915/display/ |
| D | intel_ddi.c | 1852 intel_de_rmw(i915, DPLL_CTRL2, in skl_ddi_enable_clock() 1868 intel_de_rmw(i915, DPLL_CTRL2, in skl_ddi_disable_clock() 1883 return !(intel_de_read(i915, DPLL_CTRL2) & DPLL_CTRL2_DDI_CLK_OFF(port)); in skl_ddi_is_clock_enabled() 1893 tmp = intel_de_read(i915, DPLL_CTRL2); in skl_ddi_get_pll()
|
| /Linux-v5.15/drivers/gpu/drm/i915/ |
| D | i915_reg.h | 10488 #define DPLL_CTRL2 _MMIO(0x6C05C) macro
|