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

/xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
H A Daudio.c74 #define AUD_PIN_CAP 0x620a4 macro
246 dump_reg(AUD_PIN_CAP, "Audio Pin Capabilities");
401 dword = INREG(AUD_PIN_CAP);
402 printf("AUD_PIN_CAP EAPD\t\t\t%lu\n", BIT(dword, 16));
403 printf("AUD_PIN_CAP HDMI\t\t\t%lu\n", BIT(dword, 7));
404 printf("AUD_PIN_CAP output\t\t\t%lu\n", BIT(dword, 4));
405 printf("AUD_PIN_CAP presence detect\t\t%lu\n", BIT(dword, 2));
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_reg.h3179 #define AUD_PIN_CAP 0x620a4 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_reg.h3179 #define AUD_PIN_CAP 0x620a4 macro
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_reg.h3428 #define AUD_PIN_CAP 0x620a4 macro
H A Di830_debug.c822 DEFINEREG(AUD_PIN_CAP),

Completed in 29 milliseconds