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

/xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
H A Daudio.c198 dword |= SDVO_ENABLE;
272 printf("SDVOB enable\t\t\t\t%u\n", !!(dword & SDVO_ENABLE));
279 printf("SDVOC enable\t\t\t\t%u\n", !!(dword & SDVO_ENABLE));
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_hdmi.c110 OUTREG(dev_priv->output_reg, temp & ~SDVO_ENABLE);
113 OUTREG(dev_priv->output_reg, temp | SDVO_ENABLE);
H A Di830_sdvo.c1261 if ((temp & SDVO_ENABLE) != 0) {
1262 i830_sdvo_write_sdvox(output, temp & ~SDVO_ENABLE);
1271 if ((temp & SDVO_ENABLE) == 0)
1272 i830_sdvo_write_sdvox(output, temp | SDVO_ENABLE);
1368 if (dev_priv->save_SDVOX & SDVO_ENABLE)
H A Di810_reg.h1293 #define SDVO_ENABLE (1 << 31) macro
H A Di830_debug.c472 char *enable = val & SDVO_ENABLE ? "enabled" : "disabled";
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_reg.h1293 #define SDVO_ENABLE (1 << 31) macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_reg.h1293 #define SDVO_ENABLE (1 << 31) macro

Completed in 98 milliseconds