Searched refs:hpet_read32 (Results 1 – 3 of 3) sorted by relevance
103 cnt = hpet_read32(HPET_COUNTER); in hpet_next_event()106 cmp = hpet_read32(HPET_COUNTER); in hpet_next_event()397 id = hpet_read32(HPET_ID); in hpet_fsb_cap_lookup()560 cfg = hpet_read32(HPET_CFG); in hpet_broadcast_init()632 cfg = hpet_read32(HPET_CFG); in hpet_broadcast_resume()686 cfg = hpet_read32(HPET_CFG); in hpet_disable_legacy_broadcast()783 hpet_id = hpet_read32(HPET_ID); in hpet_setup()818 cfg = hpet_read32(HPET_CFG); in hpet_resume()831 hpet_id = hpet_read32(HPET_ID); in hpet_resume()849 cfg = hpet_read32(HPET_CFG); in hpet_resume()[all …]
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()
48 #define hpet_read32(x) \ macro
Completed in 7 milliseconds