Searched refs:HPET_MIN_TIMERS (Results 1 – 2 of 2) sorted by relevance
246 s->num_timers = HPET_MIN_TIMERS; in hpet_pre_load()254 if (s->num_timers < HPET_MIN_TIMERS) { in hpet_validate_num_timers()727 if (s->num_timers < HPET_MIN_TIMERS) { in hpet_realize()728 s->num_timers = HPET_MIN_TIMERS; in hpet_realize()749 DEFINE_PROP_UINT8("timers", HPETState, num_timers, HPET_MIN_TIMERS),
24 #define HPET_MIN_TIMERS 3 macro