Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-scaler.c39 #define CHR_BIT_DEPTH_MASK GENMASK(5, 4) macro
397 ((val << CHR_BIT_DEPTH_POS) & CHR_BIT_DEPTH_MASK) | in dcss_scaler_bit_depth_set()