Home
last modified time | relevance | path

Searched refs: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/hw/timer/
H A Dhpet.c517 new_val = hpet_fixup_reg(new_val, old_val, HPET_TN_CFG_WRITE_MASK); in hpet_ram_write()