Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/
Dep93xx-fb.c234 unsigned int vlines_total, hclks_total, start, stop; in ep93xxfb_set_timing() local
236 vlines_total = info->var.yres + info->var.upper_margin + in ep93xxfb_set_timing()
242 ep93xxfb_out_locked(fbi, vlines_total, EP93XXFB_VLINES_TOTAL); in ep93xxfb_set_timing()
245 start = vlines_total; in ep93xxfb_set_timing()
246 stop = vlines_total - info->var.vsync_len; in ep93xxfb_set_timing()
249 start = vlines_total - info->var.vsync_len - info->var.upper_margin; in ep93xxfb_set_timing()
254 start = vlines_total; in ep93xxfb_set_timing()
255 stop = vlines_total + 1; in ep93xxfb_set_timing()