Home
last modified time | relevance | path

Searched refs:HPET_TN_CFG_WRITE_MASK (Results 1 – 3 of 3) 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 Dhpet.rs75 const HPET_TN_CFG_WRITE_MASK: u64 = 0x7f4e; constant
406 new_val = hpet_fixup_reg(new_val, old_val, HPET_TN_CFG_WRITE_MASK); in set_tn_cfg_reg()
/openbmc/qemu/hw/timer/
H A Dhpet.c501 new_val = hpet_fixup_reg(new_val, old_val, HPET_TN_CFG_WRITE_MASK); in hpet_ram_write()