Home
last modified time | relevance | path

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

/qemu/include/hw/timer/
H A Dhpet.h49 #define HPET_TN_ENABLE 0x004 macro
/qemu/hw/timer/
H A Dhpet.c114 return t->config & HPET_TN_ENABLE; in timer_enabled()
527 if (activating_bit(old_val, new_val, HPET_TN_ENABLE) && in hpet_ram_write()
530 } else if (deactivating_bit(old_val, new_val, HPET_TN_ENABLE)) { in hpet_ram_write()