Searched refs:hpet_readl (Results 1 – 3 of 3) sorted by relevance
50 unsigned long hpet_readl(unsigned long a) in hpet_readl() function196 unsigned long cfg = hpet_readl(HPET_CFG); in hpet_start_counter()219 unsigned long cfg = hpet_readl(HPET_CFG); in hpet_enable_legacy_int()269 now = hpet_readl(HPET_COUNTER); in hpet_set_mode()271 cfg = hpet_readl(HPET_Tn_CFG(timer)); in hpet_set_mode()288 cfg = hpet_readl(HPET_Tn_CFG(timer)); in hpet_set_mode()296 cfg = hpet_readl(HPET_Tn_CFG(timer)); in hpet_set_mode()320 cnt = hpet_readl(HPET_COUNTER); in hpet_next_event()329 WARN_ON_ONCE((u32)hpet_readl(HPET_Tn_CMP(timer)) != cnt); in hpet_next_event()331 return (s32)((u32)hpet_readl(HPET_COUNTER) - cnt) >= 0 ? -ETIME : 0; in hpet_next_event()[all …]
126 *p = hpet_readl(HPET_COUNTER) & 0xFFFFFFFF; in tsc_read_refs()146 tmp = ((u64)hpet2 * hpet_readl(HPET_PERIOD)); in calc_hpet_ref()
72 extern unsigned long hpet_readl(unsigned long a);111 #define hpet_readl(a) 0 macro