Searched refs:AUD_SUPPWR (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
H A Daudio.c65 #define AUD_SUPPWR 0x62050 macro
237 dump_reg(AUD_SUPPWR, "Audio Supported Power States");
343 dword = INREG(AUD_SUPPWR);
344 printf("AUD_SUPPWR support D0\t\t\t%lu\n", BIT(dword, 0));
345 printf("AUD_SUPPWR support D1\t\t\t%lu\n", BIT(dword, 1));
346 printf("AUD_SUPPWR support D2\t\t\t%lu\n", BIT(dword, 2));
347 printf("AUD_SUPPWR support D3\t\t\t%lu\n", BIT(dword, 3));
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_reg.h3170 #define AUD_SUPPWR 0x62050 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_reg.h3170 #define AUD_SUPPWR 0x62050 macro
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_reg.h3419 #define AUD_SUPPWR 0x62050 macro

Completed in 26 milliseconds