Searched refs:PORT_HOTPLUG_EN (Results 1 – 6 of 6) sorted by relevance
150 orig = hotplug_en = REG_READ(PORT_HOTPLUG_EN); in cdv_intel_crt_detect_hotplug()160 REG_WRITE(PORT_HOTPLUG_EN, hotplug_en); in cdv_intel_crt_detect_hotplug()164 if (!(REG_READ(PORT_HOTPLUG_EN) & in cdv_intel_crt_detect_hotplug()179 REG_WRITE(PORT_HOTPLUG_EN, orig); in cdv_intel_crt_detect_hotplug()
458 u32 hotplug = REG_READ(PORT_HOTPLUG_EN); in cdv_hotplug_enable()461 REG_WRITE(PORT_HOTPLUG_EN, hotplug); in cdv_hotplug_enable()463 REG_WRITE(PORT_HOTPLUG_EN, 0); in cdv_hotplug_enable()
367 #define PORT_HOTPLUG_EN 0x61110 macro
585 if (intel_de_wait_for_clear(dev_priv, PORT_HOTPLUG_EN, in intel_crt_detect_hotplug()
333 val = intel_uncore_read(&dev_priv->uncore, PORT_HOTPLUG_EN); in i915_hotplug_interrupt_update_locked()336 intel_uncore_write(&dev_priv->uncore, PORT_HOTPLUG_EN, val); in i915_hotplug_interrupt_update_locked()
2502 #define PORT_HOTPLUG_EN _MMIO(DISPLAY_MMIO_BASE(dev_priv) + 0x61110) macro