Home
last modified time | relevance | path

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

/qemu/hw/timer/
H A Dhpet.c234 s->num_timers = HPET_MIN_TIMERS; in hpet_pre_load()
242 if (s->num_timers < HPET_MIN_TIMERS) { in hpet_validate_num_timers()
751 if (s->num_timers < HPET_MIN_TIMERS) { in hpet_realize()
752 s->num_timers = HPET_MIN_TIMERS; in hpet_realize()
773 DEFINE_PROP_UINT8("timers", HPETState, num_timers, HPET_MIN_TIMERS),
/qemu/include/hw/timer/
H A Dhpet.h24 #define HPET_MIN_TIMERS 3 macro