Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dhpet.h48 #define HPET_TN_TYPE_LEVEL 0x002 macro
/openbmc/qemu/hw/timer/
H A Dhpet.c202 if (set && (timer->config & HPET_TN_TYPE_LEVEL)) { in update_irq()
217 } else if (timer->config & HPET_TN_TYPE_LEVEL) { in update_irq()
518 if (deactivating_bit(old_val, new_val, HPET_TN_TYPE_LEVEL)) { in hpet_ram_write()