Searched refs:HDMI_AUDIO_ENABLE (Results 1 – 3 of 3) sorted by relevance
44 #define HDMI_AUDIO_ENABLE (1 << 6) macro83 hdmib |= HDMI_AUDIO_ENABLE; in cdv_hdmi_mode_set()
186 if (tmp & HDMI_AUDIO_ENABLE) in intel_hdmi_get_config()250 intel_de_rmw(display, hdmi->hdmi_reg, 0, HDMI_AUDIO_ENABLE); in g4x_hdmi_audio_enable()268 intel_de_rmw(display, hdmi->hdmi_reg, HDMI_AUDIO_ENABLE, 0); in g4x_hdmi_audio_disable()
1321 #define HDMI_AUDIO_ENABLE (1 << 6) /* HDMI only */ macro