Home
last modified time | relevance | path

Searched refs:hpet_readl (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/x86/kernel/
H A Dhpet.c148 id = hpet_readl(HPET_ID); in _hpet_print_config()
152 cfg = hpet_readl(HPET_CFG); in _hpet_print_config()
156 l = hpet_readl(HPET_COUNTER); in _hpet_print_config()
157 h = hpet_readl(HPET_COUNTER+4); in _hpet_print_config()
163 l = hpet_readl(HPET_Tn_CFG(i)); in _hpet_print_config()
167 l = hpet_readl(HPET_Tn_CMP(i)); in _hpet_print_config()
251 u32 cfg = hpet_readl(HPET_CFG); in hpet_stop_counter()
307 now = hpet_readl(HPET_COUNTER); in hpet_clkevt_set_state_periodic()
368 cnt = hpet_readl(HPET_COUNTER); in hpet_clkevt_set_next_event()
1027 id = hpet_readl(HPET_ID); in hpet_enable()
[all …]
H A Dtsc.c366 *p = hpet_readl(HPET_COUNTER) & 0xFFFFFFFF; in tsc_read_refs()
386 tmp = ((u64)hpet2 * hpet_readl(HPET_PERIOD)); in calc_hpet_ref()
/linux-6.15/arch/x86/include/asm/
H A Dhpet.h74 extern unsigned int hpet_readl(unsigned int a);
98 #define hpet_readl(a) 0 macro