Lines Matching +full:0 +full:x218
12 #define SUN4I_FRONTEND_EN_REG 0x000
13 #define SUN4I_FRONTEND_EN_EN BIT(0)
15 #define SUN4I_FRONTEND_FRM_CTRL_REG 0x004
19 #define SUN4I_FRONTEND_FRM_CTRL_REG_RDY BIT(0)
21 #define SUN4I_FRONTEND_BYPASS_REG 0x008
24 #define SUN4I_FRONTEND_BUF_ADDR0_REG 0x020
26 #define SUN4I_FRONTEND_LINESTRD0_REG 0x040
28 #define SUN4I_FRONTEND_INPUT_FMT_REG 0x04c
33 #define SUN4I_FRONTEND_OUTPUT_FMT_REG 0x05c
36 #define SUN4I_FRONTEND_CH0_INSIZE_REG 0x100
39 #define SUN4I_FRONTEND_CH0_OUTSIZE_REG 0x104
42 #define SUN4I_FRONTEND_CH0_HORZFACT_REG 0x108
45 #define SUN4I_FRONTEND_CH0_VERTFACT_REG 0x10c
48 #define SUN4I_FRONTEND_CH0_HORZPHASE_REG 0x110
49 #define SUN4I_FRONTEND_CH0_VERTPHASE0_REG 0x114
50 #define SUN4I_FRONTEND_CH0_VERTPHASE1_REG 0x118
52 #define SUN4I_FRONTEND_CH1_INSIZE_REG 0x200
53 #define SUN4I_FRONTEND_CH1_OUTSIZE_REG 0x204
54 #define SUN4I_FRONTEND_CH1_HORZFACT_REG 0x208
55 #define SUN4I_FRONTEND_CH1_VERTFACT_REG 0x20c
57 #define SUN4I_FRONTEND_CH1_HORZPHASE_REG 0x210
58 #define SUN4I_FRONTEND_CH1_VERTPHASE0_REG 0x214
59 #define SUN4I_FRONTEND_CH1_VERTPHASE1_REG 0x218
61 #define SUN4I_FRONTEND_CH0_HORZCOEF0_REG(i) (0x400 + i * 4)
62 #define SUN4I_FRONTEND_CH0_HORZCOEF1_REG(i) (0x480 + i * 4)
63 #define SUN4I_FRONTEND_CH0_VERTCOEF_REG(i) (0x500 + i * 4)
64 #define SUN4I_FRONTEND_CH1_HORZCOEF0_REG(i) (0x600 + i * 4)
65 #define SUN4I_FRONTEND_CH1_HORZCOEF1_REG(i) (0x680 + i * 4)
66 #define SUN4I_FRONTEND_CH1_VERTCOEF_REG(i) (0x700 + i * 4)