Home
last modified time | relevance | path

Searched refs:NUMBER_SAMPLES_PER_LINE_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_audio_regs.h141 #define NUMBER_SAMPLES_PER_LINE_MASK(pipe) (0x3 << ((pipe) * 6)) macro
H A Dintel_audio.c517 val &= ~NUMBER_SAMPLES_PER_LINE_MASK(cpu_transcoder); in enable_audio_dsc_wa()