Searched refs:PIT_CLOCK_RATE (Results 1 – 2 of 2) sorted by relevance
40 #define PIT_CLOCK_RATE 1193180 macro41 #define PIT_MAX_TIMER_INTERVAL (0xffff * 1000000ll / PIT_CLOCK_RATE)
60 nextEventClocks = relativeTimeout * PIT_CLOCK_RATE / 1000000; in pit_set_hardware_timer()