Home
last modified time | relevance | path

Searched refs:PCH_PORT_HOTPLUG (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/gvt/
H A Ddisplay.c224 vgpu_vreg_t(vgpu, PCH_PORT_HOTPLUG) &= in emulate_monitor_status_change()
226 vgpu_vreg_t(vgpu, PCH_PORT_HOTPLUG) &= in emulate_monitor_status_change()
228 vgpu_vreg_t(vgpu, PCH_PORT_HOTPLUG) &= in emulate_monitor_status_change()
289 vgpu_vreg_t(vgpu, PCH_PORT_HOTPLUG) |= in emulate_monitor_status_change()
319 vgpu_vreg_t(vgpu, PCH_PORT_HOTPLUG) |= in emulate_monitor_status_change()
349 vgpu_vreg_t(vgpu, PCH_PORT_HOTPLUG) |= in emulate_monitor_status_change()
688 vgpu_vreg_t(vgpu, PCH_PORT_HOTPLUG) |= in intel_vgpu_emulate_hotplug()
702 vgpu_vreg_t(vgpu, PCH_PORT_HOTPLUG) &= in intel_vgpu_emulate_hotplug()
704 vgpu_vreg_t(vgpu, PCH_PORT_HOTPLUG) |= in intel_vgpu_emulate_hotplug()
722 vgpu_vreg_t(vgpu, PCH_PORT_HOTPLUG) &= in intel_vgpu_emulate_hotplug()
[all …]
H A Dhandlers.c2326 MMIO_RO(PCH_PORT_HOTPLUG, D_ALL, 0, in init_generic_mmio_info()
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_hotplug_irq.c489 dig_hotplug_reg = intel_uncore_read(&dev_priv->uncore, PCH_PORT_HOTPLUG); in ibx_hpd_irq_handler()
498 intel_uncore_write(&dev_priv->uncore, PCH_PORT_HOTPLUG, dig_hotplug_reg); in ibx_hpd_irq_handler()
596 dig_hotplug_reg = intel_uncore_rmw(&dev_priv->uncore, PCH_PORT_HOTPLUG, 0, 0); in spt_irq_handler()
640 dig_hotplug_reg = intel_uncore_rmw(&dev_priv->uncore, PCH_PORT_HOTPLUG, 0, 0); in bxt_hpd_irq_handler()
734 intel_uncore_rmw(&dev_priv->uncore, PCH_PORT_HOTPLUG, in ibx_hpd_detection_setup()
743 intel_uncore_rmw(&i915->uncore, PCH_PORT_HOTPLUG, in ibx_hpd_enable_detection()
1171 intel_uncore_rmw(&dev_priv->uncore, PCH_PORT_HOTPLUG, in spt_hpd_detection_setup()
1191 intel_uncore_rmw(&i915->uncore, PCH_PORT_HOTPLUG, in spt_hpd_enable_detection()
1318 intel_uncore_rmw(&dev_priv->uncore, PCH_PORT_HOTPLUG, in bxt_hpd_detection_setup()
1327 intel_uncore_rmw(&i915->uncore, PCH_PORT_HOTPLUG, in bxt_hpd_enable_detection()
/openbsd/sys/dev/pci/drm/i915/
H A Dintel_gvt_mmio_table.c399 MMIO_D(PCH_PORT_HOTPLUG); in iterate_generic_mmio()
H A Di915_reg.h4871 #define PCH_PORT_HOTPLUG _MMIO(0xc4030) /* SHOTPLUG_CTL */ macro