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 D | audio.c | 74 #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 D | i810_reg.h | 3179 #define AUD_PIN_CAP 0x620a4 macro
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/ |
| H A D | i810_reg.h | 3179 #define AUD_PIN_CAP 0x620a4 macro
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i810_reg.h | 3428 #define AUD_PIN_CAP 0x620a4 macro
|
| H A D | i830_debug.c | 822 DEFINEREG(AUD_PIN_CAP),
|
Completed in 29 milliseconds