Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_hotplug_irq.c344 u32 hotplug_trigger, u32 dig_hotplug_reg, in intel_get_hpd_pins() argument
358 if (long_pulse_detect(pin, dig_hotplug_reg)) in intel_get_hpd_pins()
364 hotplug_trigger, dig_hotplug_reg, *pin_mask, *long_mask); in intel_get_hpd_pins()
486 u32 dig_hotplug_reg, pin_mask = 0, long_mask = 0; in ibx_hpd_irq_handler() local
494 dig_hotplug_reg = intel_uncore_read(&dev_priv->uncore, PCH_PORT_HOTPLUG); in ibx_hpd_irq_handler()
500 dig_hotplug_reg &= ~mask; in ibx_hpd_irq_handler()
503 intel_uncore_write(&dev_priv->uncore, PCH_PORT_HOTPLUG, dig_hotplug_reg); in ibx_hpd_irq_handler()
508 hotplug_trigger, dig_hotplug_reg, in ibx_hpd_irq_handler()
564 u32 dig_hotplug_reg; in icp_irq_handler() local
568 dig_hotplug_reg = intel_uncore_rmw(&dev_priv->uncore, SHOTPLUG_CTL_DDI, 0, 0); in icp_irq_handler()
[all …]