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

/fuchsia/zircon/kernel/platform/pc/
H A Dtimer.cpp585 uint8_t extra_shift = (highest_set_bit <= 31) ? 0 : static_cast<uint8_t>(highest_set_bit - 31); local
586 if (extra_shift > 8) {
587 extra_shift = 8;
590 uint32_t divisor = apic_divisor << extra_shift;
596 count = (uint32_t)(apic_ticks_needed >> extra_shift);
597 DEBUG_ASSERT((apic_ticks_needed >> extra_shift) <= UINT32_MAX);

Completed in 25 milliseconds