Searched refs:PIT_HZ (Results 1 – 9 of 9) sorted by relevance
151 processor_clks > (((uint64_t)-1) / PIT_HZ)) { in tsc_calibrate_pit()155 *freqp = pit_tsc_hz = ((uint64_t)PIT_HZ * processor_clks) / pit_counter; in tsc_calibrate_pit()
80 #define PIT_HZ 1193182 /* 8254's cycles per second */ macro
232 #define PIT_HZ 1193182 /* 8254's cycles per second */ macro
141 printf("#define\tNSEC_PER_COUNTER_TICK 0x%llx\n", NANOSEC / PIT_HZ); in main()
261 counter = PIT_HZ / freq; in pit_beep_freq()
265 ulong_t clkticks = PIT_HZ / hz; in uppc_clkinit()1069 timeval = (hrtime_t)ctr0 * (NANOSEC / PIT_HZ); in uppc_gethrtime()
1030 frequency = (PIT_HZ + cycles / 2) / cycles;
1198 return ((SF * apic_ticks * PIT_HZ) / ((uint64_t)pit_ticks * NANOSEC)); in apic_calibrate_pit()
890 frequency = (PIT_HZ + cycles / 2) / cycles; in usbkbm_ioctl()