Searched refs:HPET_COUNTER (Results 1 – 5 of 5) sorted by relevance
321 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 …]
16 #define HPET_COUNTER 0x0f0 macro
103 cnt = hpet_read32(HPET_COUNTER); in hpet_next_event()106 cmp = hpet_read32(HPET_COUNTER); in hpet_next_event()
364 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()
129 case HPET_COUNTER: in hpet_read64()363 case HPET_COUNTER: in hpet_write()
Completed in 11 milliseconds