Home
last modified time | relevance | path

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

/qemu/hw/timer/
H A Dhpet.c165 if (t->config & HPET_TN_32BIT) { in hpet_calculate_diff()
371 if (t->config & HPET_TN_32BIT) { in hpet_timer()
382 } else if (t->config & HPET_TN_32BIT && !timer_is_periodic(t)) { in hpet_timer()
405 if (t->config & HPET_TN_32BIT && !timer_is_periodic(t)) { in hpet_set_timer()
523 if (new_val & HPET_TN_32BIT) { in hpet_ram_write()
539 if (timer->config & HPET_TN_32BIT) { in hpet_ram_write()
551 new_val &= (timer->config & HPET_TN_32BIT ? ~0u : ~0ull) >> 1; in hpet_ram_write()
570 new_val &= (timer->config & HPET_TN_32BIT ? ~0u : ~0ull) >> 1; in hpet_ram_write()
/qemu/include/hw/timer/
H A Dhpet.h54 #define HPET_TN_32BIT 0x100 macro