Searched refs:PORT_HOTPLUG_EN (Results 1 – 6 of 6) sorted by relevance
173 hotplug_en = REG_READ(PORT_HOTPLUG_EN); in cdv_intel_crt_detect_hotplug()183 REG_WRITE(PORT_HOTPLUG_EN, hotplug_en); in cdv_intel_crt_detect_hotplug()187 if (!(REG_READ(PORT_HOTPLUG_EN) & in cdv_intel_crt_detect_hotplug()
455 REG_WRITE(PORT_HOTPLUG_EN, 0); in cdv_chip_setup()
345 #define PORT_HOTPLUG_EN 0x61110 macro
243 hotplug_en = orig = I915_READ(PORT_HOTPLUG_EN); in intel_crt_detect_hotplug()248 I915_WRITE(PORT_HOTPLUG_EN, hotplug_en); in intel_crt_detect_hotplug()250 if (wait_for((I915_READ(PORT_HOTPLUG_EN) & in intel_crt_detect_hotplug()264 I915_WRITE(PORT_HOTPLUG_EN, orig); in intel_crt_detect_hotplug()
1988 I915_WRITE(PORT_HOTPLUG_EN, 0); in i915_driver_irq_preinstall()2045 u32 hotplug_en = I915_READ(PORT_HOTPLUG_EN); in i915_driver_irq_postinstall()2084 I915_WRITE(PORT_HOTPLUG_EN, hotplug_en); in i915_driver_irq_postinstall()2127 I915_WRITE(PORT_HOTPLUG_EN, 0); in i915_driver_irq_uninstall()
1468 #define PORT_HOTPLUG_EN 0x61110 macro