Searched refs:PORT_HOTPLUG_EN (Results 1 – 7 of 7) sorted by relevance
148 orig = hotplug_en = REG_READ(PORT_HOTPLUG_EN); in cdv_intel_crt_detect_hotplug()158 REG_WRITE(PORT_HOTPLUG_EN, hotplug_en); in cdv_intel_crt_detect_hotplug()162 if (!(REG_READ(PORT_HOTPLUG_EN) & in cdv_intel_crt_detect_hotplug()177 REG_WRITE(PORT_HOTPLUG_EN, orig); in cdv_intel_crt_detect_hotplug()
445 u32 hotplug = REG_READ(PORT_HOTPLUG_EN); in cdv_hotplug_enable()448 REG_WRITE(PORT_HOTPLUG_EN, hotplug); in cdv_hotplug_enable()450 REG_WRITE(PORT_HOTPLUG_EN, 0); in cdv_hotplug_enable()
367 #define PORT_HOTPLUG_EN 0x61110 macro
551 if (intel_de_wait_for_clear(dev_priv, PORT_HOTPLUG_EN, in intel_crt_detect_hotplug()
273 val = I915_READ(PORT_HOTPLUG_EN); in i915_hotplug_interrupt_update_locked()276 I915_WRITE(PORT_HOTPLUG_EN, val); in i915_hotplug_interrupt_update_locked()
472 I915_READ(PORT_HOTPLUG_EN)); in i915_interrupt_info()575 I915_READ(PORT_HOTPLUG_EN)); in i915_interrupt_info()
4384 #define PORT_HOTPLUG_EN _MMIO(DISPLAY_MMIO_BASE(dev_priv) + 0x61110) macro