Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/gma500/
H A Dcdv_intel_crt.c152 orig = hotplug_en = REG_READ(PORT_HOTPLUG_EN); in cdv_intel_crt_detect_hotplug()
162 REG_WRITE(PORT_HOTPLUG_EN, hotplug_en); in cdv_intel_crt_detect_hotplug()
166 if (!(REG_READ(PORT_HOTPLUG_EN) & in cdv_intel_crt_detect_hotplug()
181 REG_WRITE(PORT_HOTPLUG_EN, orig); in cdv_intel_crt_detect_hotplug()
H A Dpsb_intel_reg.h367 #define PORT_HOTPLUG_EN 0x61110 macro
/linux/drivers/gpu/drm/i915/display/
H A Dintel_crt.c607 if (intel_de_wait_for_clear_ms(display, PORT_HOTPLUG_EN(display), in intel_crt_detect_hotplug()