Home
last modified time | relevance | path

Searched refs:HPET_CFG_ENABLE (Results 1 – 2 of 2) sorted by relevance

/qemu/include/hw/timer/
H A Dhpet.h32 #define HPET_CFG_ENABLE 0x001 macro
/qemu/hw/timer/
H A Dhpet.c104 return s->config & HPET_CFG_ENABLE; in hpet_enabled()
597 if (activating_bit(old_val, new_val, HPET_CFG_ENABLE)) { in hpet_ram_write()
606 } else if (deactivating_bit(old_val, new_val, HPET_CFG_ENABLE)) { in hpet_ram_write()