Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dhpet.c239 cfg = hpet_read32(HPET_Tn_CFG(ch->idx)); in hpet_msi_unmask()
241 hpet_write32(cfg, HPET_Tn_CFG(ch->idx)); in hpet_msi_unmask()
250 cfg = hpet_read32(HPET_Tn_CFG(ch->idx)); in hpet_msi_mask()
252 hpet_write32(cfg, HPET_Tn_CFG(ch->idx)); in hpet_msi_mask()
354 hpet_write32(cfg, HPET_Tn_CFG(ch->idx)); in hpet_setup_msi_irq()
409 u32 cfg = hpet_read32(HPET_Tn_CFG(i)); in hpet_fsb_cap_lookup()
596 cfg = hpet_read32(HPET_Tn_CFG(0)); in hpet_broadcast_init()
681 cfg = hpet_read32(HPET_Tn_CFG(0)); in hpet_disable_legacy_broadcast()
683 hpet_write32(cfg, HPET_Tn_CFG(0)); in hpet_disable_legacy_broadcast()
835 cfg = hpet_read32(HPET_Tn_CFG(i)); in hpet_resume()
[all …]
/xen-4.10.0-shim-comet/tools/tests/vhpet/
A Dmain.c327 l = hpet_readl(HPET_Tn_CFG(i)); in _hpet_print_config()
381 cfg = hpet_readl(HPET_Tn_CFG(timer)); in hpet_set_mode()
390 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_set_mode()
438 cfg = hpet_readl(HPET_Tn_CFG(timer)); in hpet_check_stopped()
440 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_check_stopped()
471 cfg = hpet_readl(HPET_Tn_CFG(timer)); in hpet_check_stopped()
473 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_check_stopped()
524 cfg = hpet_readl(HPET_Tn_CFG(timer)); in hpet_check_stopped()
526 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_check_stopped()
572 cfg = hpet_readl(HPET_Tn_CFG(timer)); in hpet_check_stopped()
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhpet.c131 case HPET_Tn_CFG(0): in hpet_read64()
132 case HPET_Tn_CFG(1): in hpet_read64()
133 case HPET_Tn_CFG(2): in hpet_read64()
375 case HPET_Tn_CFG(0): in hpet_write()
376 case HPET_Tn_CFG(1): in hpet_write()
377 case HPET_Tn_CFG(2): in hpet_write()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dhpet.h17 #define HPET_Tn_CFG(n) (0x100 + (n) * 0x20) macro

Completed in 10 milliseconds