Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_hotplug_irq.c343 u32 hotplug_trigger, u32 dig_hotplug_reg, in intel_get_hpd_pins() argument
357 if (long_pulse_detect(pin, dig_hotplug_reg)) in intel_get_hpd_pins()
363 hotplug_trigger, dig_hotplug_reg, *pin_mask, *long_mask); in intel_get_hpd_pins()
481 u32 dig_hotplug_reg, pin_mask = 0, long_mask = 0; in ibx_hpd_irq_handler() local
489 dig_hotplug_reg = intel_uncore_read(&dev_priv->uncore, PCH_PORT_HOTPLUG); in ibx_hpd_irq_handler()
495 dig_hotplug_reg &= ~mask; in ibx_hpd_irq_handler()
498 intel_uncore_write(&dev_priv->uncore, PCH_PORT_HOTPLUG, dig_hotplug_reg); in ibx_hpd_irq_handler()
503 hotplug_trigger, dig_hotplug_reg, in ibx_hpd_irq_handler()
555 u32 dig_hotplug_reg; in icp_irq_handler() local
559 dig_hotplug_reg = intel_uncore_rmw(&dev_priv->uncore, SHOTPLUG_CTL_DDI, 0, 0); in icp_irq_handler()
[all …]