Searched refs:AUDIO_OUTPUT_ENABLE (Results 1 – 3 of 3) sorted by relevance
272 tmp &= ~AUDIO_OUTPUT_ENABLE(pipe); in hsw_audio_codec_disable()301 tmp |= AUDIO_OUTPUT_ENABLE(pipe); in hsw_audio_codec_enable()
3172 if (temp & AUDIO_OUTPUT_ENABLE(intel_crtc->pipe)) in intel_ddi_get_config()
7155 #define AUDIO_OUTPUT_ENABLE(trans) ((1 << 2) << ((trans) * 4)) macro