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
25 #define SUN4I_FRONTEND_BUF_ADDR1_REG 0x024
26 #define SUN4I_FRONTEND_BUF_ADDR2_REG 0x028
28 #define SUN4I_FRONTEND_TB_OFF0_REG 0x030
29 #define SUN4I_FRONTEND_TB_OFF1_REG 0x034
30 #define SUN4I_FRONTEND_TB_OFF2_REG 0x038
35 #define SUN4I_FRONTEND_LINESTRD0_REG 0x040
36 #define SUN4I_FRONTEND_LINESTRD1_REG 0x044
37 #define SUN4I_FRONTEND_LINESTRD2_REG 0x048
51 #define SUN4I_FRONTEND_INPUT_FMT_REG 0x04c
52 #define SUN4I_FRONTEND_INPUT_FMT_DATA_MOD_PLANAR (0 << 8)
57 #define SUN4I_FRONTEND_INPUT_FMT_DATA_FMT_YUV444 (0 << 4)
62 #define SUN4I_FRONTEND_INPUT_FMT_DATA_PS_UYVY 0
66 #define SUN4I_FRONTEND_INPUT_FMT_DATA_PS_UV 0
68 #define SUN4I_FRONTEND_INPUT_FMT_DATA_PS_BGRX 0
71 #define SUN4I_FRONTEND_OUTPUT_FMT_REG 0x05c
75 #define SUN4I_FRONTEND_CSC_COEF_REG(c) (0x070 + (0x4 * (c)))
77 #define SUN4I_FRONTEND_CH0_INSIZE_REG 0x100
80 #define SUN4I_FRONTEND_CH0_OUTSIZE_REG 0x104
83 #define SUN4I_FRONTEND_CH0_HORZFACT_REG 0x108
86 #define SUN4I_FRONTEND_CH0_VERTFACT_REG 0x10c
89 #define SUN4I_FRONTEND_CH0_HORZPHASE_REG 0x110
90 #define SUN4I_FRONTEND_CH0_VERTPHASE0_REG 0x114
91 #define SUN4I_FRONTEND_CH0_VERTPHASE1_REG 0x118
93 #define SUN4I_FRONTEND_CH1_INSIZE_REG 0x200
94 #define SUN4I_FRONTEND_CH1_OUTSIZE_REG 0x204
95 #define SUN4I_FRONTEND_CH1_HORZFACT_REG 0x208
96 #define SUN4I_FRONTEND_CH1_VERTFACT_REG 0x20c
98 #define SUN4I_FRONTEND_CH1_HORZPHASE_REG 0x210
99 #define SUN4I_FRONTEND_CH1_VERTPHASE0_REG 0x214
100 #define SUN4I_FRONTEND_CH1_VERTPHASE1_REG 0x218
102 #define SUN4I_FRONTEND_CH0_HORZCOEF0_REG(i) (0x400 + i * 4)
103 #define SUN4I_FRONTEND_CH0_HORZCOEF1_REG(i) (0x480 + i * 4)
104 #define SUN4I_FRONTEND_CH0_VERTCOEF_REG(i) (0x500 + i * 4)
105 #define SUN4I_FRONTEND_CH1_HORZCOEF0_REG(i) (0x600 + i * 4)
106 #define SUN4I_FRONTEND_CH1_HORZCOEF1_REG(i) (0x680 + i * 4)
107 #define SUN4I_FRONTEND_CH1_VERTCOEF_REG(i) (0x700 + i * 4)