hclks_total       230 drivers/video/fbdev/ep93xx-fb.c 	unsigned int vlines_total, hclks_total, start, stop;
hclks_total       235 drivers/video/fbdev/ep93xx-fb.c 	hclks_total = info->var.xres + info->var.left_margin +
hclks_total       239 drivers/video/fbdev/ep93xx-fb.c 	ep93xxfb_out_locked(fbi, hclks_total, EP93XXFB_HCLKS_TOTAL);
hclks_total       254 drivers/video/fbdev/ep93xx-fb.c 	start = hclks_total;
hclks_total       255 drivers/video/fbdev/ep93xx-fb.c 	stop = hclks_total - info->var.hsync_len;
hclks_total       258 drivers/video/fbdev/ep93xx-fb.c 	start = hclks_total - info->var.hsync_len - info->var.left_margin;
hclks_total       263 drivers/video/fbdev/ep93xx-fb.c 	start = hclks_total;
hclks_total       264 drivers/video/fbdev/ep93xx-fb.c 	stop = hclks_total;