Lines Matching defs:dcu_reg
174 struct dcu_reg { struct
175 u32 desc_cursor[4];
176 u32 mode;
177 u32 bgnd;
178 u32 disp_size;
179 u32 hsyn_para;
180 u32 vsyn_para;
181 u32 synpol;
182 u32 threshold;
183 u32 int_status;
184 u32 int_mask;
185 u32 colbar[8];
186 u32 div_ratio;
187 u32 sign_calc[2];
188 u32 crc_val;
189 u8 res_064[0x6c-0x64];
190 u32 parr_err_status1;
191 u8 res_070[0x7c-0x70];
192 u32 parr_err_status3;
193 u32 mparr_err_status1;
194 u8 res_084[0x90-0x84];
195 u32 mparr_err_status3;
196 u32 threshold_inp_buf[2];
197 u8 res_09c[0xa0-0x9c];
198 u32 luma_comp;
199 u32 chroma_red;
200 u32 chroma_green;
201 u32 chroma_blue;
202 u32 crc_pos;
226 struct dcu_reg *regs = (struct dcu_reg *)CONFIG_SYS_DCU_ADDR; in reset_total_layers() argument