Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_suspend.c365 dev_priv->regfile.savePCH_PORT_HOTPLUG = I915_READ(PCH_PORT_HOTPLUG); in i915_save_state()
414 I915_WRITE(PCH_PORT_HOTPLUG, dev_priv->regfile.savePCH_PORT_HOTPLUG); in i915_restore_state()
H A Di915_irq.c2655 hotplug = I915_READ(PCH_PORT_HOTPLUG); in ibx_hpd_irq_setup()
2660 I915_WRITE(PCH_PORT_HOTPLUG, hotplug); in ibx_hpd_irq_setup()
H A Di915_reg.h3978 #define PCH_PORT_HOTPLUG 0xc4030 macro