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

/xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
H A Daudio.c73 #define AUD_PINW_CAP 0x620a0 macro
245 dump_reg(AUD_PINW_CAP, "Audio Pin Complex Widget Capabilities");
383 dword = INREG(AUD_PINW_CAP);
384 printf("AUD_PINW_CAP widget type\t\t0x%lx\n", BITS(dword, 23, 20));
385 printf("AUD_PINW_CAP sample delay\t\t0x%lx\n", BITS(dword, 19, 16));
386 printf("AUD_PINW_CAP channel count\t\t0x%lx\n",
388 printf("AUD_PINW_CAP HDCP\t\t\t%lu\n", BIT(dword, 12));
389 printf("AUD_PINW_CAP L-R swap\t\t\t%lu\n", BIT(dword, 11));
390 printf("AUD_PINW_CAP power control\t\t%lu\n", BIT(dword, 10));
391 printf("AUD_PINW_CAP digita
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_reg.h3178 #define AUD_PINW_CAP 0x620a0 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_reg.h3178 #define AUD_PINW_CAP 0x620a0 macro
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_reg.h3427 #define AUD_PINW_CAP 0x620a0 macro
H A Di830_debug.c823 DEFINEREG(AUD_PINW_CAP),

Completed in 28 milliseconds