Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dhpet.h25 #define HPET_MAX_TIMERS 32 macro
/openbmc/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs43 const HPET_MAX_TIMERS: usize = 32; constant