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