Searched refs:PIT_HZ (Results 1 – 10 of 10) sorted by relevance
82 #define PIT_HZ 1193182 /* 8254's cycles per second */ macro
234 #define PIT_HZ 1193182 /* 8254's cycles per second */ macro
155 printf("#define\tNSEC_PER_COUNTER_TICK 0x%llx\n", NANOSEC / PIT_HZ); in main()
261 counter = PIT_HZ / freq; in pit_beep_freq()
119 apic_ticks_per_SFnsecs = ((SF * apic_ticks * PIT_HZ) / in apic_timer_init()
260 ulong_t clkticks = PIT_HZ / hz; in uppc_clkinit()1064 timeval = (hrtime_t)ctr0 * (NANOSEC / PIT_HZ); in uppc_gethrtime()
1202 (*processor_clks > (((uint64_t)-1) / PIT_HZ))) in mach_calchz()1205 cpu_hz = ((uint64_t)PIT_HZ * *processor_clks) / pit_counter; in mach_calchz()
983 frequency = (PIT_HZ + cycles / 2) / cycles;
888 frequency = (PIT_HZ + cycles / 2) / cycles; in usbkbm_ioctl()
584 frequency = (PIT_HZ + cycles / 2) / cycles; in kbdioctl()