Lines Matching defs:ch
24 #define SUN8I_SCALER_VSU_CTRL(ch) (0x20000 + 0x20000 * (ch) + 0x0) argument
25 #define SUN8I_SCALER_VSU_OUTSIZE(ch) (0x20000 + 0x20000 * (ch) + 0x40) argument
26 #define SUN8I_SCALER_VSU_YINSIZE(ch) (0x20000 + 0x20000 * (ch) + 0x80) argument
27 #define SUN8I_SCALER_VSU_YHSTEP(ch) (0x20000 + 0x20000 * (ch) + 0x88) argument
28 #define SUN8I_SCALER_VSU_YVSTEP(ch) (0x20000 + 0x20000 * (ch) + 0x8c) argument
29 #define SUN8I_SCALER_VSU_YHPHASE(ch) (0x20000 + 0x20000 * (ch) + 0x90) argument
30 #define SUN8I_SCALER_VSU_YVPHASE(ch) (0x20000 + 0x20000 * (ch) + 0x98) argument
31 #define SUN8I_SCALER_VSU_CINSIZE(ch) (0x20000 + 0x20000 * (ch) + 0xc0) argument
32 #define SUN8I_SCALER_VSU_CHSTEP(ch) (0x20000 + 0x20000 * (ch) + 0xc8) argument
33 #define SUN8I_SCALER_VSU_CVSTEP(ch) (0x20000 + 0x20000 * (ch) + 0xcc) argument
34 #define SUN8I_SCALER_VSU_CHPHASE(ch) (0x20000 + 0x20000 * (ch) + 0xd0) argument
35 #define SUN8I_SCALER_VSU_CVPHASE(ch) (0x20000 + 0x20000 * (ch) + 0xd8) argument
36 #define SUN8I_SCALER_VSU_YHCOEFF0(ch, i) \ argument
38 #define SUN8I_SCALER_VSU_YHCOEFF1(ch, i) \ argument
40 #define SUN8I_SCALER_VSU_YVCOEFF(ch, i) \ argument
42 #define SUN8I_SCALER_VSU_CHCOEFF0(ch, i) \ argument
44 #define SUN8I_SCALER_VSU_CHCOEFF1(ch, i) \ argument
46 #define SUN8I_SCALER_VSU_CVCOEFF(ch, i) \ argument