Home
last modified time | relevance | path

Searched refs:hotplug_status (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dsata_promise.c712 u32 hotplug_status; in pdc_sata_freeze() local
722 hotplug_status |= 0x11 << (ata_no + 16); in pdc_sata_freeze()
750 u32 hotplug_status; in pdc_sata_thaw() local
758 hotplug_status |= 0x11 << ata_no; in pdc_sata_thaw()
759 hotplug_status &= ~(0x11 << (ata_no + 16)); in pdc_sata_thaw()
920 u32 hotplug_status; in pdc_interrupt() local
934 if (hotplug_status & 0xff) in pdc_interrupt()
938 hotplug_status = 0; in pdc_interrupt()
943 if (mask == 0xffffffff && hotplug_status == 0) in pdc_interrupt()
947 if (mask == 0 && hotplug_status == 0) in pdc_interrupt()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_irq.c265 u32 hotplug_status = 0; in valleyview_irq_handler() local
299 hotplug_status = i9xx_hpd_irq_ack(dev_priv); in valleyview_irq_handler()
324 if (hotplug_status) in valleyview_irq_handler()
351 u32 hotplug_status = 0; in cherryview_irq_handler() local
381 hotplug_status = i9xx_hpd_irq_ack(dev_priv); in cherryview_irq_handler()
402 if (hotplug_status) in cherryview_irq_handler()
1104 u32 hotplug_status = 0; in i915_irq_handler() local
1115 hotplug_status = i9xx_hpd_irq_ack(dev_priv); in i915_irq_handler()
1132 if (hotplug_status) in i915_irq_handler()
1230 u32 hotplug_status = 0; in i965_irq_handler() local
[all …]
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hotplug_irq.c417 u32 hotplug_status = 0, hotplug_status_mask; in i9xx_hpd_irq_ack() local
440 return hotplug_status; in i9xx_hpd_irq_ack()
442 hotplug_status |= tmp; in i9xx_hpd_irq_ack()
443 intel_uncore_write(&dev_priv->uncore, PORT_HOTPLUG_STAT, hotplug_status); in i9xx_hpd_irq_ack()
450 return hotplug_status; in i9xx_hpd_irq_ack()
453 void i9xx_hpd_irq_handler(struct drm_i915_private *dev_priv, u32 hotplug_status) in i9xx_hpd_irq_handler() argument
460 hotplug_trigger = hotplug_status & HOTPLUG_INT_STATUS_G4X; in i9xx_hpd_irq_handler()
462 hotplug_trigger = hotplug_status & HOTPLUG_INT_STATUS_I915; in i9xx_hpd_irq_handler()
475 hotplug_status & DP_AUX_CHANNEL_MASK_INT_STATUS_G4X) in i9xx_hpd_irq_handler()
H A Dintel_hotplug_irq.h16 void i9xx_hpd_irq_handler(struct drm_i915_private *i915, u32 hotplug_status);