Home
last modified time | relevance | path

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

/openbmc/linux/init/
H A Dcalibrate.c40 unsigned long timer_rate_min, timer_rate_max; in calibrate_delay_direct() local
89 timer_rate_max = (post_end - pre_start) / in calibrate_delay_direct()
104 (timer_rate_max - timer_rate_min) < (timer_rate_max >> 3)) { in calibrate_delay_direct()
106 good_timer_sum += timer_rate_max; in calibrate_delay_direct()
107 measured_times[i] = timer_rate_max; in calibrate_delay_direct()
108 if (max < 0 || timer_rate_max > measured_times[max]) in calibrate_delay_direct()
110 if (min < 0 || timer_rate_max < measured_times[min]) in calibrate_delay_direct()