Home
last modified time | relevance | path

Searched refs:HPET_FEMTO_TO_NANO (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dhpet_acpi.h155 #define HPET_FEMTO_TO_NANO (1000000LL) macro
156 #define HRTIME_TO_HPET_TICKS(t) (((t) * HPET_FEMTO_TO_NANO) / hpet_info.period)
158 #define HPET_FEMTO_TO_NANO (1000000L) macro
159 #define HRTIME_TO_HPET_TICKS(t) (((t) * HPET_FEMTO_TO_NANO) / hpet_info.period)
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtscc_hpet.c91 uint64_t hpet_ns = hpet_avg * hpet_info.period / HPET_FEMTO_TO_NANO; in tsc_calibrate_hpet()