Home
last modified time | relevance | path

Searched refs:SDVO_ENABLE (Results 1 – 3 of 3) sorted by relevance

/external/igt-gpu-tools/tools/
Dintel_audio_dump.c546 printf("SDVOB enable\t\t\t\t%u\n", !!(dword & SDVO_ENABLE)); in dump_eaglelake()
553 printf("SDVOC enable\t\t\t\t%u\n", !!(dword & SDVO_ENABLE)); in dump_eaglelake()
919 printf("HDMIB Port_Enable\t\t\t\t\t%u\n", !!(dword & SDVO_ENABLE)); in dump_cpt()
932 printf("HDMIC Port_Enable\t\t\t\t\t%u\n", !!(dword & SDVO_ENABLE)); in dump_cpt()
945 printf("HDMID Port_Enable\t\t\t\t\t%u\n", !!(dword & SDVO_ENABLE)); in dump_cpt()
1845 printf("%s HDMI_Enable\t\t\t\t\t%u\n", prefix, !!(dword & SDVO_ENABLE)); in dump_hdmi_port_ctrl()
Dintel_reg_decode.c667 const char *enable = val & SDVO_ENABLE ? "enabled" : "disabled"; in DEBUGSTRING()
/external/igt-gpu-tools/lib/
Dintel_reg.h1273 #define SDVO_ENABLE (1 << 31) macro