Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/
Di915_irq.c1984 dig_hotplug_reg = intel_uncore_read(&dev_priv->uncore, SHOTPLUG_CTL_DDI); in icp_irq_handler()
1985 intel_uncore_write(&dev_priv->uncore, SHOTPLUG_CTL_DDI, dig_hotplug_reg); in icp_irq_handler()
3358 hotplug = intel_uncore_read(&dev_priv->uncore, SHOTPLUG_CTL_DDI); in icp_ddi_hpd_detection_setup()
3364 intel_uncore_write(&dev_priv->uncore, SHOTPLUG_CTL_DDI, hotplug); in icp_ddi_hpd_detection_setup()
Di915_reg.h6146 #define SHOTPLUG_CTL_DDI _MMIO(0xc4030) macro