Searched refs:PCH_PORT_HOTPLUG (Results 1 – 2 of 2) sorted by relevance
1871 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()
5464 #define PCH_PORT_HOTPLUG 0xc4030 /* SHOTPLUG_CTL */ macro