Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/i386/
H A Dhpet.c70 uint64_t hpetFemto = 0; variable
235 hpetFemto = (uint32_t)(((hpetReg_t *)hpetArea)->GCAP_ID >> 32); in hpet_init()
236 hpetFreq = (1 * Peta) / hpetFemto; in hpet_init()
252 hpetCvtt2n = (uint64_t)hpetFemto << 32; in hpet_init()
266 hpetCvt = (uint64_t)hpetFemto << 20; in hpet_init()
H A Dhpet.h91 extern uint64_t hpetFemto;