Searched refs:htime (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/video/fbdev/
H A Dpxafb.c1039 unsigned long htime; local
1046 htime = clk_get_rate(fbi->clk) / (pcd * fbi->fb.var.hsync_len);
1048 fbi->hsync_time = htime;
/linux-master/tools/perf/util/
H A Dhist.c290 static long hist_time(unsigned long htime) argument
294 return (htime / time_quantum) * time_quantum;
295 return htime;

Completed in 132 milliseconds