Lines Matching defs: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, y) \ argument
56 #define SUN50I_MIXER_BLEND_CSC_CONST(base, layer, i) \ argument