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

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_crt.c173 uint32_t hotplug_en, temp; local in function:i830_crt_detect_hotplug
186 hotplug_en = INREG(PORT_HOTPLUG_EN);
188 hotplug_en &= CRT_FORCE_HOTPLUG_MASK;
191 hotplug_en |= CRT_HOTPLUG_FORCE_DETECT;
197 hotplug_en |= CRT_HOTPLUG_ACTIVATION_PERIOD_64;
200 hotplug_en |= CRT_HOTPLUG_VOLTAGE_COMPARE_50;
204 OUTREG(PORT_HOTPLUG_EN, hotplug_en);

Completed in 2 milliseconds