Home
last modified time | relevance | path

Searched refs:hclks_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
235 hclks_total = info->var.xres + info->var.left_margin + in ep93xxfb_set_timing()
239 ep93xxfb_out_locked(fbi, hclks_total, EP93XXFB_HCLKS_TOTAL); in ep93xxfb_set_timing()
254 start = hclks_total; in ep93xxfb_set_timing()
255 stop = hclks_total - info->var.hsync_len; in ep93xxfb_set_timing()
258 start = hclks_total - info->var.hsync_len - info->var.left_margin; in ep93xxfb_set_timing()
263 start = hclks_total; in ep93xxfb_set_timing()
264 stop = hclks_total; in ep93xxfb_set_timing()