Home
last modified time | relevance | path

Searched refs:HPET_COUNTER (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/tools/tests/vhpet/
A Dmain.c321 l = hpet_readl(HPET_COUNTER); in _hpet_print_config()
322 h = hpet_readl(HPET_COUNTER + 4); in _hpet_print_config()
356 hpet_writel(low, HPET_COUNTER); in hpet_reset_counter()
357 hpet_writel(high, HPET_COUNTER + 4); in hpet_reset_counter()
379 now = hpet_readl(HPET_COUNTER); in hpet_set_mode()
426 mc_low = hpet_readl(HPET_COUNTER); in hpet_check_stopped()
434 now = hpet_readl(HPET_COUNTER); in hpet_check_stopped()
467 now = hpet_readl(HPET_COUNTER); in hpet_check_stopped()
498 now = hpet_readl(HPET_COUNTER); in hpet_check_stopped()
520 now = hpet_readl(HPET_COUNTER); in hpet_check_stopped()
[all …]
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dhpet.h16 #define HPET_COUNTER 0x0f0 macro
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dhpet.c103 cnt = hpet_read32(HPET_COUNTER); in hpet_next_event()
106 cmp = hpet_read32(HPET_COUNTER); in hpet_next_event()
A Dtime.c364 return hpet_read32(HPET_COUNTER); in read_hpet_count()
377 count = hpet_read32(HPET_COUNTER); in init_hpet()
381 while ( hpet_read32(HPET_COUNTER) >= count ) in init_hpet()
383 while ( hpet_read32(HPET_COUNTER) < target ) in init_hpet()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhpet.c129 case HPET_COUNTER: in hpet_read64()
363 case HPET_COUNTER: in hpet_write()

Completed in 11 milliseconds