Searched refs:SDVOB (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_hdmi.c | 170 case SDVOB: 186 case SDVOB: 213 (dev_priv->output_reg == SDVOB) ? 1 : 2); 337 (output_reg == SDVOB) ? "HDMI-1" : "HDMI-2"); 360 if (output_reg == SDVOB) 367 (output_reg == SDVOB) ? 1 : 2);
|
| H A D | i830_sdvo.c | 59 /** 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 158 if (dev_priv->output_device == SDVOB) 161 bval = INREG(SDVOB); 170 OUTREG(SDVOB, bval); 171 POSTING_READ(SDVOB); 294 #define SDVO_NAME(dev_priv) ((dev_priv)->output_device == SDVOB ? "SDVOB" : "SDVOC") 1141 * will be SDVOB an [all...] |
| H A D | i830_driver.c | 659 if ((INREG(SDVOB) & SDVO_DETECTED)) { 660 found = i830_sdvo_init(pScrn, SDVOB); 663 i830_hdmi_init(pScrn, SDVOB); 666 if ((INREG(SDVOB) & SDVO_DETECTED))
|
| H A D | i810_reg.h | 1291 #define SDVOB 0x61140 macro 3389 /* or SDVOB */
|
| H A D | i830_debug.c | 646 DEFINEREG2(SDVOB, i830_debug_sdvo),
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/ |
| H A D | audio.c | 197 dump_reg(SDVOB, "Digital Display Port B Control Register"); 202 OUTREG(SDVOB, dword); 217 dump_reg(SDVOB, "Digital Display Port B Control Register"); 220 OUTREG(SDVOB, dword); 224 dump_reg(SDVOB, "Digital Display Port B Control Register"); 271 dword = INREG(SDVOB); 272 printf("SDVOB enable\t\t\t\t%u\n", !!(dword & SDVO_ENABLE)); 273 printf("SDVOB HDMI encoding\t\t\t%u\n", !!(dword & SDVO_ENCODING_HDMI)); 274 printf("SDVOB SDVO encoding\t\t\t%u\n", !!(dword & SDVO_ENCODING_SDVO)); 275 printf("SDVOB nul [all...] |
| H A D | hotplug.c | 94 OUTREG(SDVOB, (0x0 << 10));
|
| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/ |
| H A D | i810_reg.h | 1291 #define SDVOB 0x61140 macro 3140 /* or SDVOB */
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/ |
| H A D | i810_reg.h | 1291 #define SDVOB 0x61140 macro 3140 /* or SDVOB */
|
Completed in 36 milliseconds