Lines Matching defs:yfactor
291 u32 xfactor, yfactor;
307 yfactor = atmel_hlcdc_plane_phiscaler_get_factor(state->src_h,
326 yfactor = (1024 * state->src_h) / state->crtc_h;
332 yfactor));
340 u32 xfactor, yfactor;
354 /* yfactor = round[(2^20 * YMEMSIZE)/YSIZE)] */
355 yfactor = (u32)(((1 << 20) * state->src_h) / state->crtc_h);
364 yfactor);
371 * the value of yfactor and xfactor.
375 * of the xfactor; the value of LCDC_HEOCFG25.VXSCFACT is yfactor (no
392 yfactor /= 2;
400 yfactor);