Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/i386/
H A Dhpet.c74 uint64_t hpetCvtn2t = 0; variable
254 hpetCvtn2t = 0xFFFFFFFFFFFFFFFFULL / hpetCvtt2n; in hpet_init()
259 (uint32_t)(hpetCvtn2t >> 32), (uint32_t)hpetCvtn2t); in hpet_init()
270 tsc2hpet = tmrCvt(tscFCvtt2n, hpetCvtn2t); in hpet_init()
280 bus2hpet = tmrCvt(busFCvtt2n, hpetCvtn2t); in hpet_init()
299 info->hpetCvtn2t = hpetCvtn2t; in hpet_get_info()
H A Dhpet.h72 uint64_t hpetCvtn2t; member
94 extern uint64_t hpetCvtn2t;