Home
last modified time | relevance | path

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

/xen/xen/include/asm-x86/
A Dhpet.h29 #define HPET_CFG_ENABLE 0x001 macro
/xen/xen/arch/x86/hvm/
A Dhpet.c60 #define hpet_enabled(h) (h->hpet.config & HPET_CFG_ENABLE)
388 HPET_CFG_ENABLE | HPET_CFG_LEGACY); in hpet_write()
390 if ( !(old_val & HPET_CFG_ENABLE) && (new_val & HPET_CFG_ENABLE) ) in hpet_write()
404 else if ( (old_val & HPET_CFG_ENABLE) && !(new_val & HPET_CFG_ENABLE) ) in hpet_write()
/xen/xen/arch/x86/
A Dhpet.c820 cfg &= ~(HPET_CFG_ENABLE | HPET_CFG_LEGACY); in hpet_resume()
849 cfg |= HPET_CFG_ENABLE; in hpet_resume()
865 hpet_write32(*hpet_boot_cfg & ~HPET_CFG_ENABLE, HPET_CFG); in hpet_disable()
871 if ( *hpet_boot_cfg & HPET_CFG_ENABLE ) in hpet_disable()
/xen/tools/tests/vhpet/
A Dmain.c209 conf & HPET_CFG_ENABLE ? "E" : "", in dump_hpet()
350 cfg &= ~HPET_CFG_ENABLE; in hpet_stop_counter()
363 cfg |= HPET_CFG_ENABLE; in hpet_start_counter()

Completed in 7 milliseconds