Searched refs:hotplug_en (Results 1 – 2 of 2) sorted by relevance
142 u32 hotplug_en; in cdv_intel_crt_detect_hotplug() local152 orig = hotplug_en = REG_READ(PORT_HOTPLUG_EN); in cdv_intel_crt_detect_hotplug()153 hotplug_en &= ~(CRT_HOTPLUG_DETECT_MASK); in cdv_intel_crt_detect_hotplug()154 hotplug_en |= CRT_HOTPLUG_FORCE_DETECT; in cdv_intel_crt_detect_hotplug()156 hotplug_en |= CRT_HOTPLUG_ACTIVATION_PERIOD_64; in cdv_intel_crt_detect_hotplug()157 hotplug_en |= CRT_HOTPLUG_VOLTAGE_COMPARE_50; in cdv_intel_crt_detect_hotplug()162 REG_WRITE(PORT_HOTPLUG_EN, hotplug_en); in cdv_intel_crt_detect_hotplug()
1385 u32 hotplug_en = hpd_mask_i915[encoder->hpd_pin]; in i915_hpd_enable_detection() local1391 i915_hotplug_interrupt_update(display, hotplug_en, hotplug_en); in i915_hpd_enable_detection()1396 u32 hotplug_en; in i915_hpd_irq_setup() local1404 hotplug_en = intel_hpd_enabled_irqs(display, hpd_mask_i915); in i915_hpd_irq_setup()1410 hotplug_en |= CRT_HOTPLUG_ACTIVATION_PERIOD_64; in i915_hpd_irq_setup()1411 hotplug_en |= CRT_HOTPLUG_VOLTAGE_COMPARE_50; in i915_hpd_irq_setup()1421 hotplug_en); in i915_hpd_irq_setup()
Completed in 7 milliseconds