Searched refs:HBLANK_START_COUNT_MASK (Results 1 – 2 of 2) sorted by relevance
605 val &= ~HBLANK_START_COUNT_MASK(pipe); in enable_audio_dsc_wa()608 val &= ~HBLANK_START_COUNT_MASK(pipe); in enable_audio_dsc_wa()611 val &= ~HBLANK_START_COUNT_MASK(pipe); in enable_audio_dsc_wa()614 val &= ~HBLANK_START_COUNT_MASK(pipe); in enable_audio_dsc_wa()
9510 #define HBLANK_START_COUNT_MASK(pipe) (0x7 << (3 + ((pipe) * 6))) macro