Lines Matching +full:sub +full:- +full:engines
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
16 #define SUN8I_MIXER_SIZE(w, h) (((h) - 1) << 16 | ((w) - 1))
111 /* format 12 is semi-planar YUV411 UVUV */
112 /* format 13 is semi-planar YUV411 VUVU */
119 /* format 20 is packed YVU444 10-bit */
120 /* format 21 is packed YUV444 10-bit */
123 * Sub-engines listed bellow are unused for now. The EN registers are here only
124 * to be used to disable these sub-engines.
155 * struct sun8i_mixer_cfg - mixer HW configuration
217 return mixer->cfg->is_de3 ? DE3_BLD_BASE : DE2_BLD_BASE; in sun8i_blender_base()
223 if (mixer->cfg->is_de3) in sun8i_channel_base()