Lines Matching refs:base
38 #define SUN8I_MIXER_BLEND_PIPE_CTL(base) ((base) + 0)
39 #define SUN8I_MIXER_BLEND_ATTR_FCOLOR(base, x) ((base) + 0x4 + 0x10 * (x))
40 #define SUN8I_MIXER_BLEND_ATTR_INSIZE(base, x) ((base) + 0x8 + 0x10 * (x))
41 #define SUN8I_MIXER_BLEND_ATTR_COORD(base, x) ((base) + 0xc + 0x10 * (x))
42 #define SUN8I_MIXER_BLEND_ROUTE(base) ((base) + 0x80)
43 #define SUN8I_MIXER_BLEND_PREMULTIPLY(base) ((base) + 0x84)
44 #define SUN8I_MIXER_BLEND_BKCOLOR(base) ((base) + 0x88)
45 #define SUN8I_MIXER_BLEND_OUTSIZE(base) ((base) + 0x8c)
46 #define SUN8I_MIXER_BLEND_MODE(base, x) ((base) + 0x90 + 0x04 * (x))
47 #define SUN8I_MIXER_BLEND_CK_CTL(base) ((base) + 0xb0)
48 #define SUN8I_MIXER_BLEND_CK_CFG(base) ((base) + 0xb4)
49 #define SUN8I_MIXER_BLEND_CK_MAX(base, x) ((base) + 0xc0 + 0x04 * (x))
50 #define SUN8I_MIXER_BLEND_CK_MIN(base, x) ((base) + 0xe0 + 0x04 * (x))
51 #define SUN8I_MIXER_BLEND_OUTCTL(base) ((base) + 0xfc)
52 #define SUN50I_MIXER_BLEND_CSC_CTL(base) ((base) + 0x100)
53 #define SUN50I_MIXER_BLEND_CSC_COEFF(base, layer, x) \
54 ((base) + 0x110 + (layer) * 0x30 + (x) * 4)
161 * @ccsc: select set of CCSC base addresses from the enumeration above.