Home
last modified time | relevance | path

Searched defs:NUMBER_SAMPLES_PER_LINE (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
Dintel_audio_regs.h142 #define NUMBER_SAMPLES_PER_LINE(pipe, val) (((val) & 0x3) << ((pipe) * 6)) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_reg.h9528 #define NUMBER_SAMPLES_PER_LINE(pipe, val) (((val) & 0x3) << ((pipe) * 6)) macro