Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dhpet.c137 static uint64_t hpet_fixup_reg(uint64_t new, uint64_t old, uint64_t mask) in hpet_fixup_reg() function
/openbmc/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs167 const fn hpet_fixup_reg(new: u64, old: u64, mask: u64) -> u64 { in hpet_fixup_reg() function