Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dhpet.h58 #define HPET_TN_CFG_WRITE_MASK 0x7f4e macro
/openbmc/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs79 const HPET_TN_CFG_WRITE_MASK: u64 = 0x7f4e; constant