Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dhpet.h29 #define HPET_CFG_ENABLE 0x001 macro
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhpet.c66 #define hpet_enabled(h) (h->hpet.config & HPET_CFG_ENABLE)
339 if ( !(old_val & HPET_CFG_ENABLE) && (new_val & HPET_CFG_ENABLE) ) in hpet_write()
353 else if ( (old_val & HPET_CFG_ENABLE) && !(new_val & HPET_CFG_ENABLE) ) in hpet_write()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dhpet.c821 cfg &= ~(HPET_CFG_ENABLE | HPET_CFG_LEGACY); in hpet_resume()
850 cfg |= HPET_CFG_ENABLE; in hpet_resume()
866 hpet_write32(*hpet_boot_cfg & ~HPET_CFG_ENABLE, HPET_CFG); in hpet_disable()
872 if ( *hpet_boot_cfg & HPET_CFG_ENABLE ) in hpet_disable()
/xen-4.10.0-shim-comet/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 8 milliseconds