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

/fuchsia/zircon/kernel/platform/pc/
H A Dhpet.cpp44 static uint8_t num_timers; variable
95 num_timers = static_cast<uint8_t>(BITS_SHIFT(hpet_regs->general_caps, 12, 8) + 1);
96 if (!has_64bit_count || num_timers < 2) {
101 for (uint8_t i = 0; i < num_timers; ++i) {
113 num_timers = 0;
119 if (unlikely(n >= num_timers)) {
153 if (unlikely(n >= num_timers)) {
173 if (unlikely(n >= num_timers)) {
197 if (unlikely(n >= num_timers)) {

Completed in 77 milliseconds