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

/xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
H A Dhotplug.c95 OUTREG(SDVOC, (0x0 << 10));
H A Daudio.c225 dump_reg(SDVOC, "Digital Display Port C Control Register");
278 dword = INREG(SDVOC);
279 printf("SDVOC enable\t\t\t\t%u\n", !!(dword & SDVO_ENABLE));
280 printf("SDVOC HDMI encoding\t\t\t%u\n", !!(dword & SDVO_ENCODING_HDMI));
281 printf("SDVOC SDVO encoding\t\t\t%u\n", !!(dword & SDVO_ENCODING_SDVO));
282 printf("SDVOC null packets\t\t\t%u\n", !!(dword & SDVO_NULL_PACKETS_DURING_VSYNC));
283 printf("SDVOC audio enabled\t\t\t%u\n", !!(dword & SDVO_AUDIO_ENABLE));
290 printf("PORT_HOTPLUG_EN SDVOC\t\t\t%ld\n", BIT(dword, 25)),
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_hdmi.c173 case SDVOC:
189 case SDVOC:
H A Di830_sdvo.c59 /** Register for the SDVO device: SDVOB or SDVOC */
145 * Writes the SDVOB or SDVOC with the given value, but always writes both
146 * SDVOB and SDVOC to work around apparent hardware issues (according to
159 cval = INREG(SDVOC);
172 OUTREG(SDVOC, cval);
173 POSTING_READ(SDVOC);
294 #define SDVO_NAME(dev_priv) ((dev_priv)->output_device == SDVOB ? "SDVOB" : "SDVOC")
1141 * will be SDVOB and the second SDVOC.
1219 case SDVOC:
2212 * and 0x72 for SDVOC por
[all...]
H A Di830_driver.c667 found = i830_sdvo_init(pScrn, SDVOC);
669 if ((INREG(SDVOC) & SDVO_DETECTED) &&
671 i830_hdmi_init(pScrn, SDVOC);
H A Di810_reg.h1292 #define SDVOC 0x61160 macro
H A Di830_debug.c647 DEFINEREG2(SDVOC, i830_debug_sdvo),
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_reg.h1292 #define SDVOC 0x61160 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_reg.h1292 #define SDVOC 0x61160 macro

Completed in 37 milliseconds