Searched refs:TIMER_MULTIPLIER (Results 1 – 2 of 2) sorted by relevance
147 time_travel_set_time(time_travel_time + TIMER_MULTIPLIER); in timer_read()148 return time_travel_time / TIMER_MULTIPLIER; in timer_read()151 return os_nsecs() / TIMER_MULTIPLIER; in timer_read()177 err = clocksource_register_hz(&timer_clocksource, NSEC_PER_SEC/TIMER_MULTIPLIER); in um_timer_setup()
10 #define TIMER_MULTIPLIER 256 macro