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