Searched defs:u32Freq (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevHPET.cpp379 uint32_t const u32Freq = pThis->u32Period; local
380 if (u64Period > 0 && u64Period < u32Freq)
381 TMTimerSetFrequencyHint(pHpetTimer->CTX_SUFF(pTimer), u32Freq / (uint32_t)u64Period);

Completed in 45 milliseconds