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

/xnu-2422.115.4/osfmk/i386/
H A Dhpet.h76 uint64_t bus2hpet; member in struct:hpetInfo
99 extern uint64_t bus2hpet;
H A Dhpet.c78 uint64_t bus2hpet = 0; variable
281 bus2hpet = tmrCvt(busFCvtt2n, hpetCvtn2t);
283 (uint32_t)(bus2hpet >> 32), (uint32_t)bus2hpet);
303 info->bus2hpet = bus2hpet;

Completed in 22 milliseconds