Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_csc.c156 addr = SUN50I_MIXER_BLEND_CSC_COEFF(DE3_BLD_BASE, layer, 0); in sun8i_de3_ccsc_set_coefficients()
162 addr = SUN50I_MIXER_BLEND_CSC_COEFF(DE3_BLD_BASE, in sun8i_de3_ccsc_set_coefficients()
166 addr = SUN50I_MIXER_BLEND_CSC_COEFF(DE3_BLD_BASE, in sun8i_de3_ccsc_set_coefficients()
170 addr = SUN50I_MIXER_BLEND_CSC_COEFF(DE3_BLD_BASE, in sun8i_de3_ccsc_set_coefficients()
204 regmap_update_bits(map, SUN50I_MIXER_BLEND_CSC_CTL(DE3_BLD_BASE), in sun8i_de3_ccsc_enable()
H A Dsun8i_mixer.h34 #define DE3_BLD_BASE 0x0800 macro
197 return mixer->cfg->is_de3 ? DE3_BLD_BASE : DE2_BLD_BASE; in sun8i_blender_base()