Searched refs:ytot (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/intelfb/
H A Dintelfbdrv.c877 int ytot = var->yres + var->upper_margin + var->lower_margin + local
880 return (1000000000 / var->pixclock * 1000 + 500) / xtot / ytot;
890 int xtot, ytot; local
931 ytot = var->yres + var->upper_margin +
933 var->pixclock = 10000000 / xtot * 1000 / ytot * 100 / 60;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/intelfb/
H A Dintelfbdrv.c877 int ytot = var->yres + var->upper_margin + var->lower_margin + local
880 return (1000000000 / var->pixclock * 1000 + 500) / xtot / ytot;
890 int xtot, ytot; local
931 ytot = var->yres + var->upper_margin +
933 var->pixclock = 10000000 / xtot * 1000 / ytot * 100 / 60;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddispc.c2168 unsigned xtot, ytot; local
2182 ytot = timings->y_res + timings->vfp + timings->vsw + timings->vbp;
2185 vt = (timings->pixel_clock * 1000) / xtot / ytot;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/omap2/dss/
H A Ddispc.c2168 unsigned xtot, ytot; local
2182 ytot = timings->y_res + timings->vfp + timings->vsw + timings->vbp;
2185 vt = (timings->pixel_clock * 1000) / xtot / ytot;

Completed in 185 milliseconds