Searched refs:hclks_total (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | ep93xx-fb.c | 230 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()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | ep93xx-fb.c | 230 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()
|
Completed in 2 milliseconds