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

/xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
H A Dhotplug.c97 OUTREG(PORT_HOTPLUG_EN,
H A Daudio.c204 dump_reg(PORT_HOTPLUG_EN, "Hot Plug Detect Enable");
205 OUTREG(PORT_HOTPLUG_EN, dword | AUDIO_HOTPLUG_EN);
226 dump_reg(PORT_HOTPLUG_EN, "Hot Plug Detect Enable");
285 dword = INREG(PORT_HOTPLUG_EN);
286 printf("PORT_HOTPLUG_EN DisplayPort/HDMI port B\t%ld\n", BIT(dword, 29)),
287 printf("PORT_HOTPLUG_EN DisplayPort/HDMI port C\t%ld\n", BIT(dword, 28)),
288 printf("PORT_HOTPLUG_EN DisplayPort port D\t%ld\n", BIT(dword, 27)),
289 printf("PORT_HOTPLUG_EN SDVOB\t\t\t%ld\n", BIT(dword, 26)),
290 printf("PORT_HOTPLUG_EN SDVOC\t\t\t%ld\n", BIT(dword, 25)),
291 printf("PORT_HOTPLUG_EN audi
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_hdmi.c167 temp = INREG(PORT_HOTPLUG_EN);
180 OUTREG(PORT_HOTPLUG_EN, temp);
182 POSTING_READ(PORT_HOTPLUG_EN);
H A Di830_crt.c186 hotplug_en = INREG(PORT_HOTPLUG_EN);
204 OUTREG(PORT_HOTPLUG_EN, hotplug_en);
211 temp = INREG(PORT_HOTPLUG_EN);
H A Di810_reg.h1252 #define PORT_HOTPLUG_EN 0x61110 macro
H A Di830_debug.c672 DEFINEREG(PORT_HOTPLUG_EN),
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_reg.h1252 #define PORT_HOTPLUG_EN 0x61110 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_reg.h1252 #define PORT_HOTPLUG_EN 0x61110 macro

Completed in 30 milliseconds