Searched refs:PCH_PORT_HOTPLUG (Results 1 – 2 of 2) sorted by relevance
1830 dig_hotplug_reg = I915_READ(PCH_PORT_HOTPLUG); in ibx_hpd_irq_handler()1831 I915_WRITE(PCH_PORT_HOTPLUG, dig_hotplug_reg); in ibx_hpd_irq_handler()1983 dig_hotplug_reg = I915_READ(PCH_PORT_HOTPLUG); in spt_irq_handler()1984 I915_WRITE(PCH_PORT_HOTPLUG, dig_hotplug_reg); in spt_irq_handler()2204 dig_hotplug_reg = I915_READ(PCH_PORT_HOTPLUG); in bxt_hpd_irq_handler()2205 I915_WRITE(PCH_PORT_HOTPLUG, dig_hotplug_reg); in bxt_hpd_irq_handler()3275 hotplug = I915_READ(PCH_PORT_HOTPLUG); in ibx_hpd_irq_setup()3286 I915_WRITE(PCH_PORT_HOTPLUG, hotplug); in ibx_hpd_irq_setup()3300 hotplug = I915_READ(PCH_PORT_HOTPLUG); in spt_hpd_irq_setup()3303 I915_WRITE(PCH_PORT_HOTPLUG, hotplug); in spt_hpd_irq_setup()[all …]
6085 #define PCH_PORT_HOTPLUG 0xc4030 /* SHOTPLUG_CTL */ macro