Searched refs:hpetFreq (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dhpet.h94 extern uint64_t hpetFreq;
H A Dhpet.c72 uint64_t hpetFreq = 0; variable
237 hpetFreq = (1 * Peta) / hpetFemto;
258 (uint32_t)(hpetFreq / Mega), (uint32_t)(hpetFreq % Mega),

Completed in 24 milliseconds