Home
last modified time | relevance | path

Searched refs:PCH_PORT_HOTPLUG2 (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_irq.c1994 dig_hotplug_reg = I915_READ(PCH_PORT_HOTPLUG2); in spt_irq_handler()
1995 I915_WRITE(PCH_PORT_HOTPLUG2, dig_hotplug_reg); in spt_irq_handler()
3305 hotplug = I915_READ(PCH_PORT_HOTPLUG2); in spt_hpd_irq_setup()
3307 I915_WRITE(PCH_PORT_HOTPLUG2, hotplug); in spt_hpd_irq_setup()
Di915_reg.h6122 #define PCH_PORT_HOTPLUG2 0xc403C /* SHOTPLUG_CTL2 SPT+ */ macro