Lines Matching +full:10 +full:base
39 #define SUN8I_MIXER_BLEND_PIPE_CTL(base) ((base) + 0) argument
40 #define SUN8I_MIXER_BLEND_ATTR_FCOLOR(base, x) ((base) + 0x4 + 0x10 * (x)) argument
41 #define SUN8I_MIXER_BLEND_ATTR_INSIZE(base, x) ((base) + 0x8 + 0x10 * (x)) argument
42 #define SUN8I_MIXER_BLEND_ATTR_COORD(base, x) ((base) + 0xc + 0x10 * (x)) argument
43 #define SUN8I_MIXER_BLEND_ROUTE(base) ((base) + 0x80) argument
44 #define SUN8I_MIXER_BLEND_PREMULTIPLY(base) ((base) + 0x84) argument
45 #define SUN8I_MIXER_BLEND_BKCOLOR(base) ((base) + 0x88) argument
46 #define SUN8I_MIXER_BLEND_OUTSIZE(base) ((base) + 0x8c) argument
47 #define SUN8I_MIXER_BLEND_MODE(base, x) ((base) + 0x90 + 0x04 * (x)) argument
48 #define SUN8I_MIXER_BLEND_CK_CTL(base) ((base) + 0xb0) argument
49 #define SUN8I_MIXER_BLEND_CK_CFG(base) ((base) + 0xb4) argument
50 #define SUN8I_MIXER_BLEND_CK_MAX(base, x) ((base) + 0xc0 + 0x04 * (x)) argument
51 #define SUN8I_MIXER_BLEND_CK_MIN(base, x) ((base) + 0xe0 + 0x04 * (x)) argument
52 #define SUN8I_MIXER_BLEND_OUTCTL(base) ((base) + 0xfc) argument
53 #define SUN50I_MIXER_BLEND_CSC_CTL(base) ((base) + 0x100) argument
54 #define SUN50I_MIXER_BLEND_CSC_COEFF(base, layer, x) \ argument
55 ((base) + 0x110 + (layer) * 0x30 + (x) * 4)
84 #define SUN8I_MIXER_FBFMT_RGB565 10
109 #define SUN8I_MIXER_FBFMT_YUV420 10
119 /* format 20 is packed YVU444 10-bit */
120 /* format 21 is packed YUV444 10-bit */
162 * @ccsc: select set of CCSC base addresses from the enumeration above.