Searched refs:BXT_PHY_CTL (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/gpu/drm/i915/gvt/ |
| H A D | mmio.c | 274 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_A)) &= in intel_vgpu_reset_mmio() 276 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_A)) |= in intel_vgpu_reset_mmio() 279 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_B)) &= in intel_vgpu_reset_mmio() 281 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_B)) |= in intel_vgpu_reset_mmio() 284 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_C)) &= in intel_vgpu_reset_mmio() 286 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_C)) |= in intel_vgpu_reset_mmio()
|
| H A D | display.c | 218 vgpu_vreg_t(vgpu, BXT_PHY_CTL(port)) &= in emulate_monitor_status_change() 220 vgpu_vreg_t(vgpu, BXT_PHY_CTL(port)) |= in emulate_monitor_status_change() 283 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_A)) |= in emulate_monitor_status_change() 285 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_A)) &= in emulate_monitor_status_change() 313 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_B)) |= in emulate_monitor_status_change() 315 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_B)) &= in emulate_monitor_status_change() 344 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_C)) |= in emulate_monitor_status_change() 346 vgpu_vreg_t(vgpu, BXT_PHY_CTL(PORT_C)) &= in emulate_monitor_status_change()
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | intel_gvt_mmio_table.c | 1136 MMIO_D(BXT_PHY_CTL(PORT_A)); in iterate_bxt_mmio() 1137 MMIO_D(BXT_PHY_CTL(PORT_B)); in iterate_bxt_mmio() 1138 MMIO_D(BXT_PHY_CTL(PORT_C)); in iterate_bxt_mmio()
|
| H A D | i915_reg.h | 205 #define BXT_PHY_CTL(port) _MMIO_PORT(port, _BXT_PHY_CTL_DDI_A, \ macro
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_ddi.c | 926 tmp = intel_de_read(dev_priv, BXT_PHY_CTL(port)); in intel_ddi_get_encoder_pipes()
|