Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dhpet.h29 #define HPET_LEGACY_PIT_INT 0 macro
/openbmc/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs49 const HPET_LEGACY_PIT_INT: u32 = 0; // HPET_LEGACY_RTC_INT isn't defined here. constant