Home
last modified time | relevance | path

Searched refs:PORT_HOTPLUG_EN (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_crt.c522 if (intel_wait_for_register(dev_priv, PORT_HOTPLUG_EN, in intel_crt_detect_hotplug()
H A Di915_irq.c219 val = I915_READ(PORT_HOTPLUG_EN); in i915_hotplug_interrupt_update_locked()
222 I915_WRITE(PORT_HOTPLUG_EN, val); in i915_hotplug_interrupt_update_locked()
H A Di915_reg.h4123 #define PORT_HOTPLUG_EN _MMIO(dev_priv->info.display_mmio_offset + 0x61110) macro