Searched refs:PIT_HZ_TO_TICKS (Results 1 – 1 of 1) sorted by relevance
47 #define PIT_HZ_TO_TICKS(hz) ((PIT_8254_FREQ + (hz) / 2) / (hz)) macro361 c->initial = PIT_HZ_TO_TICKS(100); in pit_update_counter()
Completed in 3 milliseconds