HomeSort by: relevance | last modified time | path
    Searched defs:AUD_PIN_CAP (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
audio.c 74 #define AUD_PIN_CAP 0x620a4
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/
i810_reg.h 3179 #define AUD_PIN_CAP 0x620a4
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_reg.h 3179 #define AUD_PIN_CAP 0x620a4
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_reg.h 3428 #define AUD_PIN_CAP 0x620a4

Completed in 17 milliseconds