Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dhpet.h24 #define HPET_MIN_TIMERS 3 macro
/openbmc/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs41 const HPET_MIN_TIMERS: usize = 3; constant