Searched refs:AUDIO_ELD_VALID (Results 1 – 2 of 2) sorted by relevance
424 tmp &= ~AUDIO_ELD_VALID(pipe); in hsw_audio_codec_disable()451 tmp &= ~AUDIO_ELD_VALID(pipe); in hsw_audio_codec_enable()473 tmp |= AUDIO_ELD_VALID(pipe); in hsw_audio_codec_enable()
8825 #define AUDIO_ELD_VALID(trans) ((1 << 0) << ((trans) * 4)) macro