Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dhpet.c246 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),
/openbmc/qemu/include/hw/timer/
H A Dhpet.h24 #define HPET_MIN_TIMERS 3 macro