Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_irq.c1871 dig_hotplug_reg = I915_READ(PCH_PORT_HOTPLUG); in ibx_irq_handler()
1872 I915_WRITE(PCH_PORT_HOTPLUG, dig_hotplug_reg); in ibx_irq_handler()
1968 dig_hotplug_reg = I915_READ(PCH_PORT_HOTPLUG); in cpt_irq_handler()
1969 I915_WRITE(PCH_PORT_HOTPLUG, dig_hotplug_reg); in cpt_irq_handler()
3166 hotplug = I915_READ(PCH_PORT_HOTPLUG); in ibx_hpd_irq_setup()
3171 I915_WRITE(PCH_PORT_HOTPLUG, hotplug); in ibx_hpd_irq_setup()
Di915_reg.h5464 #define PCH_PORT_HOTPLUG 0xc4030 /* SHOTPLUG_CTL */ macro