Searched refs:hotplug_en (Results 1 – 3 of 3) sorted by relevance
138 u32 hotplug_en; in cdv_intel_crt_detect_hotplug() local148 orig = hotplug_en = REG_READ(PORT_HOTPLUG_EN); in cdv_intel_crt_detect_hotplug()149 hotplug_en &= ~(CRT_HOTPLUG_DETECT_MASK); in cdv_intel_crt_detect_hotplug()150 hotplug_en |= CRT_HOTPLUG_FORCE_DETECT; in cdv_intel_crt_detect_hotplug()152 hotplug_en |= CRT_HOTPLUG_ACTIVATION_PERIOD_64; in cdv_intel_crt_detect_hotplug()153 hotplug_en |= CRT_HOTPLUG_VOLTAGE_COMPARE_50; in cdv_intel_crt_detect_hotplug()158 REG_WRITE(PORT_HOTPLUG_EN, hotplug_en); in cdv_intel_crt_detect_hotplug()
423 u32 hotplug_en, orig, stat; in intel_crt_detect_hotplug() local442 hotplug_en = orig = I915_READ(PORT_HOTPLUG_EN); in intel_crt_detect_hotplug()443 hotplug_en |= CRT_HOTPLUG_FORCE_DETECT; in intel_crt_detect_hotplug()447 I915_WRITE(PORT_HOTPLUG_EN, hotplug_en); in intel_crt_detect_hotplug()
4445 u32 hotplug_en; in i915_hpd_irq_setup() local4450 hotplug_en = I915_READ(PORT_HOTPLUG_EN); in i915_hpd_irq_setup()4451 hotplug_en &= ~HOTPLUG_INT_EN_MASK; in i915_hpd_irq_setup()4456 hotplug_en |= hpd_mask_i915[intel_encoder->hpd_pin]; in i915_hpd_irq_setup()4462 hotplug_en |= CRT_HOTPLUG_ACTIVATION_PERIOD_64; in i915_hpd_irq_setup()4463 hotplug_en &= ~CRT_HOTPLUG_VOLTAGE_COMPARE_MASK; in i915_hpd_irq_setup()4464 hotplug_en |= CRT_HOTPLUG_VOLTAGE_COMPARE_50; in i915_hpd_irq_setup()4467 I915_WRITE(PORT_HOTPLUG_EN, hotplug_en); in i915_hpd_irq_setup()