Lines Matching refs:hotplug
3249 if (dev_priv->hotplug.stats[encoder->hpd_pin].state == HPD_ENABLED) in intel_hpd_enabled_irqs()
3258 u32 hotplug_irqs, hotplug, enabled_irqs; in ibx_hpd_irq_setup() local
3275 hotplug = I915_READ(PCH_PORT_HOTPLUG); in ibx_hpd_irq_setup()
3276 hotplug &= ~(PORTD_PULSE_DURATION_MASK|PORTC_PULSE_DURATION_MASK|PORTB_PULSE_DURATION_MASK); in ibx_hpd_irq_setup()
3277 hotplug |= PORTD_HOTPLUG_ENABLE | PORTD_PULSE_DURATION_2ms; in ibx_hpd_irq_setup()
3278 hotplug |= PORTC_HOTPLUG_ENABLE | PORTC_PULSE_DURATION_2ms; in ibx_hpd_irq_setup()
3279 hotplug |= PORTB_HOTPLUG_ENABLE | PORTB_PULSE_DURATION_2ms; in ibx_hpd_irq_setup()
3285 hotplug |= PORTA_HOTPLUG_ENABLE; in ibx_hpd_irq_setup()
3286 I915_WRITE(PCH_PORT_HOTPLUG, hotplug); in ibx_hpd_irq_setup()
3292 u32 hotplug_irqs, hotplug, enabled_irqs; in spt_hpd_irq_setup() local
3300 hotplug = I915_READ(PCH_PORT_HOTPLUG); in spt_hpd_irq_setup()
3301 hotplug |= PORTD_HOTPLUG_ENABLE | PORTC_HOTPLUG_ENABLE | in spt_hpd_irq_setup()
3303 I915_WRITE(PCH_PORT_HOTPLUG, hotplug); in spt_hpd_irq_setup()
3305 hotplug = I915_READ(PCH_PORT_HOTPLUG2); in spt_hpd_irq_setup()
3306 hotplug |= PORTE_HOTPLUG_ENABLE; in spt_hpd_irq_setup()
3307 I915_WRITE(PCH_PORT_HOTPLUG2, hotplug); in spt_hpd_irq_setup()
3313 u32 hotplug_irqs, hotplug, enabled_irqs; in ilk_hpd_irq_setup() local
3337 hotplug = I915_READ(DIGITAL_PORT_HOTPLUG_CNTRL); in ilk_hpd_irq_setup()
3338 hotplug &= ~DIGITAL_PORTA_PULSE_DURATION_MASK; in ilk_hpd_irq_setup()
3339 hotplug |= DIGITAL_PORTA_HOTPLUG_ENABLE | DIGITAL_PORTA_PULSE_DURATION_2ms; in ilk_hpd_irq_setup()
3340 I915_WRITE(DIGITAL_PORT_HOTPLUG_CNTRL, hotplug); in ilk_hpd_irq_setup()
3348 u32 hotplug_irqs, hotplug, enabled_irqs; in bxt_hpd_irq_setup() local
3355 hotplug = I915_READ(PCH_PORT_HOTPLUG); in bxt_hpd_irq_setup()
3356 hotplug |= PORTC_HOTPLUG_ENABLE | PORTB_HOTPLUG_ENABLE | in bxt_hpd_irq_setup()
3358 I915_WRITE(PCH_PORT_HOTPLUG, hotplug); in bxt_hpd_irq_setup()