Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_irq.c1879 dig_hotplug_reg = I915_READ(SHOTPLUG_CTL_TC); in icp_irq_handler()
1880 I915_WRITE(SHOTPLUG_CTL_TC, dig_hotplug_reg); in icp_irq_handler()
3054 hotplug = I915_READ(SHOTPLUG_CTL_TC); in icp_tc_hpd_detection_setup()
3056 I915_WRITE(SHOTPLUG_CTL_TC, hotplug); in icp_tc_hpd_detection_setup()
H A Di915_reg.h8316 #define SHOTPLUG_CTL_TC _MMIO(0xc4034) macro