Searched defs:HPET_MIN_TIMERS (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/include/hw/timer/ | ||
| H A D | hpet.h | 24 #define HPET_MIN_TIMERS 3 macro |
| /openbmc/qemu/rust/hw/timer/hpet/src/ | ||
| H A D | device.rs | 41 const HPET_MIN_TIMERS: usize = 3; constant |