Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/sun4i/
Dsun8i_csc.c197 base_reg = SUN50I_MIXER_BLEND_CSC_COEFF(DE3_BLD_BASE, layer, 0, 0); in sun8i_de3_ccsc_set_coefficients()
224 regmap_update_bits(map, SUN50I_MIXER_BLEND_CSC_CTL(DE3_BLD_BASE), in sun8i_de3_ccsc_enable()
Dsun8i_mixer.h34 #define DE3_BLD_BASE 0x0800 macro
193 return mixer->cfg->is_de3 ? DE3_BLD_BASE : DE2_BLD_BASE; in sun8i_blender_base()