Home
last modified time | relevance | path

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

/qemu/include/hw/timer/
H A Dhpet.h43 #define HPET_CFG_WRITE_MASK 0x3 macro
/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs75 const HPET_CFG_WRITE_MASK: u64 = 0x003; constant