Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/tests/vhpet/
A Dmain.c331 l = hpet_readl(HPET_Tn_CMP(i)); in _hpet_print_config()
391 hpet_writel(cmp, HPET_Tn_CMP(timer)); in hpet_set_mode()
405 cmp2 = hpet_readl(HPET_Tn_CMP(timer)); in hpet_set_mode()
441 hpet_writel(cmp, HPET_Tn_CMP(timer)); in hpet_check_stopped()
444 cmp2 = hpet_readl(HPET_Tn_CMP(timer)); in hpet_check_stopped()
452 cmp3 = hpet_readl(HPET_Tn_CMP(timer)); in hpet_check_stopped()
474 hpet_writel(cmp, HPET_Tn_CMP(timer)); in hpet_check_stopped()
477 cmp2 = hpet_readl(HPET_Tn_CMP(timer)); in hpet_check_stopped()
485 cmp3 = hpet_readl(HPET_Tn_CMP(timer)); in hpet_check_stopped()
502 cmp2 = hpet_readl(HPET_Tn_CMP(timer)); in hpet_check_stopped()
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhpet.c135 case HPET_Tn_CMP(0): in hpet_read64()
136 case HPET_Tn_CMP(1): in hpet_read64()
137 case HPET_Tn_CMP(2): in hpet_read64()
188 result = addr < HPET_Tn_CMP(0) || in hpet_read()
189 ((addr - HPET_Tn_CMP(0)) % (HPET_Tn_CMP(1) - HPET_Tn_CMP(0))) > 7; in hpet_read()
419 case HPET_Tn_CMP(0): in hpet_write()
420 case HPET_Tn_CMP(1): in hpet_write()
421 case HPET_Tn_CMP(2): in hpet_write()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dhpet.h18 #define HPET_Tn_CMP(n) (0x108 + (n) * 0x20) macro
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dhpet.c105 hpet_write32(cmp, HPET_Tn_CMP(timer)); in hpet_next_event()
138 hpet_write32(0, HPET_Tn_CMP(ch->idx)); in reprogram_hpet_evt_channel()

Completed in 8 milliseconds