Home
last modified time | relevance | path

Searched refs:vlines_total (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dep93xx-fb.c230 unsigned int vlines_total, hclks_total, start, stop; in ep93xxfb_set_timing() local
232 vlines_total = info->var.yres + info->var.upper_margin + in ep93xxfb_set_timing()
238 ep93xxfb_out_locked(fbi, vlines_total, EP93XXFB_VLINES_TOTAL); in ep93xxfb_set_timing()
241 start = vlines_total; in ep93xxfb_set_timing()
242 stop = vlines_total - info->var.vsync_len; in ep93xxfb_set_timing()
245 start = vlines_total - info->var.vsync_len - info->var.upper_margin; in ep93xxfb_set_timing()
250 start = vlines_total; in ep93xxfb_set_timing()
251 stop = vlines_total + 1; in ep93xxfb_set_timing()