Home
last modified time | relevance | path

Searched refs:PIT_HZ (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dpit.h82 #define PIT_HZ 1193182 /* 8254's cycles per second */ macro
H A Dkbio.h234 #define PIT_HZ 1193182 /* 8254's cycles per second */ macro
/titanic_50/usr/src/uts/i86pc/ml/
H A Dgenassym.c155 printf("#define\tNSEC_PER_COUNTER_TICK 0x%llx\n", NANOSEC / PIT_HZ); in main()
/titanic_50/usr/src/uts/intel/io/
H A Dpit_beep.c261 counter = PIT_HZ / freq; in pit_beep_freq()
/titanic_50/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_timer.c119 apic_ticks_per_SFnsecs = ((SF * apic_ticks * PIT_HZ) / in apic_timer_init()
/titanic_50/usr/src/uts/i86pc/io/psm/
H A Duppc.c260 ulong_t clkticks = PIT_HZ / hz; in uppc_clkinit()
1064 timeval = (hrtime_t)ctr0 * (NANOSEC / PIT_HZ); in uppc_gethrtime()
/titanic_50/usr/src/uts/i86pc/os/
H A Dmp_machdep.c1202 (*processor_clks > (((uint64_t)-1) / PIT_HZ))) in mach_calchz()
1205 cpu_hz = ((uint64_t)PIT_HZ * *processor_clks) / pit_counter; in mach_calchz()
/titanic_50/usr/src/uts/common/io/kb8042/
H A Dkb8042.c983 frequency = (PIT_HZ + cycles / 2) / cycles;
/titanic_50/usr/src/uts/common/io/usb/clients/usbkbm/
H A Dusbkbm.c888 frequency = (PIT_HZ + cycles / 2) / cycles; in usbkbm_ioctl()
/titanic_50/usr/src/uts/common/io/
H A Dkbd.c584 frequency = (PIT_HZ + cycles / 2) / cycles; in kbdioctl()