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

/xnu-2782.1.97/osfmk/i386/
H A Dhpet.h77 uint64_t hpet2bus; member in struct:hpetInfo
100 extern uint64_t hpet2bus;
H A Dhpet.c79 uint64_t hpet2bus = 0; variable
286 hpet2bus = tmrCvt(hpetCvtt2n, busFCvtn2t);
288 (uint32_t)(hpet2bus >> 32), (uint32_t)hpet2bus);
304 info->hpet2bus = hpet2bus;

Completed in 27 milliseconds