Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_irq.c1867 dig_hotplug_reg = I915_READ(SHOTPLUG_CTL_DDI); in icp_irq_handler()
1868 I915_WRITE(SHOTPLUG_CTL_DDI, dig_hotplug_reg); in icp_irq_handler()
3044 hotplug = I915_READ(SHOTPLUG_CTL_DDI); in icp_ddi_hpd_detection_setup()
3046 I915_WRITE(SHOTPLUG_CTL_DDI, hotplug); in icp_ddi_hpd_detection_setup()
H A Di915_reg.h8308 #define SHOTPLUG_CTL_DDI _MMIO(0xc4030) macro