vlines_total 230 drivers/video/fbdev/ep93xx-fb.c unsigned int vlines_total, hclks_total, start, stop; vlines_total 232 drivers/video/fbdev/ep93xx-fb.c vlines_total = info->var.yres + info->var.upper_margin + vlines_total 238 drivers/video/fbdev/ep93xx-fb.c ep93xxfb_out_locked(fbi, vlines_total, EP93XXFB_VLINES_TOTAL); vlines_total 241 drivers/video/fbdev/ep93xx-fb.c start = vlines_total; vlines_total 242 drivers/video/fbdev/ep93xx-fb.c stop = vlines_total - info->var.vsync_len; vlines_total 245 drivers/video/fbdev/ep93xx-fb.c start = vlines_total - info->var.vsync_len - info->var.upper_margin; vlines_total 250 drivers/video/fbdev/ep93xx-fb.c start = vlines_total; vlines_total 251 drivers/video/fbdev/ep93xx-fb.c stop = vlines_total + 1;