Searched refs:htime (Results 1 – 2 of 2) sorted by relevance
1042 unsigned long htime; in set_hsync_time() local1049 htime = clk_get_rate(fbi->clk) / (pcd * fbi->fb.var.hsync_len); in set_hsync_time()1051 fbi->hsync_time = htime; in set_hsync_time()
289 static long hist_time(unsigned long htime) in hist_time() argument293 return (htime / time_quantum) * time_quantum; in hist_time()294 return htime; in hist_time()