Searched defs:HPET_TN_CFG_WRITE_MASK (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/include/hw/timer/ | ||
| H A D | hpet.h | 58 #define HPET_TN_CFG_WRITE_MASK 0x7f4e macro |
| /openbmc/qemu/rust/hw/timer/hpet/src/ | ||
| H A D | device.rs | 79 const HPET_TN_CFG_WRITE_MASK: u64 = 0x7f4e; constant |