Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c142 uint_t num_timers; in hpet_early_init() local
232 num_timers = (uint_t)hpet_info.gen_cap.num_tim_cap; in hpet_early_init()
233 PRM_DEBUG(num_timers); in hpet_early_init()
234 if ((num_timers < 3) || (num_timers > 32)) { in hpet_early_init()
236 "%lx", (long)num_timers); in hpet_early_init()
240 num_timers * sizeof (uint64_t), KM_SLEEP); in hpet_early_init()
267 for (ti = 0; ti < num_timers; ++ti) { in hpet_early_init()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dhpet_acpi.h254 uint32_t num_timers; /* number of timers */ member