Searched refs:NUMBER_SAMPLES_PER_LINE_MASK (Results 1 – 2 of 2) sorted by relevance
621 val &= ~NUMBER_SAMPLES_PER_LINE_MASK(pipe); in enable_audio_dsc_wa()625 val &= ~NUMBER_SAMPLES_PER_LINE_MASK(pipe); in enable_audio_dsc_wa()
9523 #define NUMBER_SAMPLES_PER_LINE_MASK(pipe) (0x3 << ((pipe) * 6)) macro