Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dhpet.h40 #define HPET_TN_32BIT 0x100 macro
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhpet.c65 #define timer_is_32bit(h, n) (timer_config(h, n) & HPET_TN_32BIT)
346 h->hpet.timers[i].config & HPET_TN_32BIT ? in hpet_write()
390 if ( new_val & HPET_TN_32BIT ) in hpet_write()
404 else if ( (new_val & HPET_TN_32BIT) && in hpet_write()
405 !(old_val & HPET_TN_32BIT) ) in hpet_write()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dhpet.c353 cfg |= HPET_TN_FSB | HPET_TN_32BIT; in hpet_setup_msi_irq()
598 cfg |= HPET_TN_ENABLE | HPET_TN_32BIT; in hpet_broadcast_init()
659 cfg |= HPET_TN_ENABLE | HPET_TN_32BIT; in hpet_broadcast_resume()
/xen-4.10.0-shim-comet/tools/tests/vhpet/
A Dmain.c222 conf & HPET_TN_32BIT ? "32" : "", in dump_hpet()
385 HPET_TN_SETVAL | HPET_TN_32BIT; in hpet_set_mode()

Completed in 7 milliseconds