Searched refs:PCH_PORT_HOTPLUG (Results 1 – 2 of 2) sorted by relevance
2171 dig_hotplug_reg = I915_READ(PCH_PORT_HOTPLUG); in ibx_hpd_irq_handler()2180 I915_WRITE(PCH_PORT_HOTPLUG, dig_hotplug_reg); in ibx_hpd_irq_handler()2323 dig_hotplug_reg = I915_READ(PCH_PORT_HOTPLUG); in spt_irq_handler()2324 I915_WRITE(PCH_PORT_HOTPLUG, dig_hotplug_reg); in spt_irq_handler()2532 dig_hotplug_reg = I915_READ(PCH_PORT_HOTPLUG); in bxt_hpd_irq_handler()2533 I915_WRITE(PCH_PORT_HOTPLUG, dig_hotplug_reg); in bxt_hpd_irq_handler()3244 hotplug = I915_READ(PCH_PORT_HOTPLUG); in ibx_hpd_detection_setup()3257 I915_WRITE(PCH_PORT_HOTPLUG, hotplug); in ibx_hpd_detection_setup()3290 hotplug = I915_READ(PCH_PORT_HOTPLUG); in spt_hpd_detection_setup()3295 I915_WRITE(PCH_PORT_HOTPLUG, hotplug); in spt_hpd_detection_setup()[all …]
7189 #define PCH_PORT_HOTPLUG _MMIO(0xc4030) /* SHOTPLUG_CTL */ macro