Lines Matching defs:master_width
220 u32 master_width;
267 master_width = (f->src_w * 0x00200000) / (f->dst_w);
268 if (master_width * f->dst_w != f->src_w * 0x00200000)
269 master_width++;
272 reg_283c = master_width >> 2;
273 reg_2844 = master_width >> 2;
274 reg_2854 = master_width;
275 reg_285c = master_width >> 1;
276 reg_2864 = master_width >> 1;
288 master_width = (f->src_w * 0x00080000) / f->dst_w;
289 if (master_width * f->dst_w != f->src_w * 0x00080000)
290 master_width++;
293 reg_283c = master_width >> 2;
294 reg_2844 = master_width >> 1;
295 reg_2854 = master_width;
296 reg_285c = master_width >> 1;
297 reg_2864 = master_width >> 1;
302 master_width = (f->src_w * 0x00100000) / f->dst_w;
303 if (master_width * f->dst_w != f->src_w * 0x00100000)
304 master_width++;
307 reg_283c = master_width >> 2;
308 reg_2844 = master_width >> 1;
309 reg_2854 = master_width;
310 reg_285c = master_width >> 1;
311 reg_2864 = master_width >> 1;