Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/gma500/
H A Dcdv_intel_crt.c142 u32 hotplug_en; in cdv_intel_crt_detect_hotplug() local
152 orig = hotplug_en = REG_READ(PORT_HOTPLUG_EN); in cdv_intel_crt_detect_hotplug()
153 hotplug_en &= ~(CRT_HOTPLUG_DETECT_MASK); in cdv_intel_crt_detect_hotplug()
154 hotplug_en |= CRT_HOTPLUG_FORCE_DETECT; in cdv_intel_crt_detect_hotplug()
156 hotplug_en |= CRT_HOTPLUG_ACTIVATION_PERIOD_64; in cdv_intel_crt_detect_hotplug()
157 hotplug_en |= CRT_HOTPLUG_VOLTAGE_COMPARE_50; in cdv_intel_crt_detect_hotplug()
162 REG_WRITE(PORT_HOTPLUG_EN, hotplug_en); in cdv_intel_crt_detect_hotplug()