Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/
A Dhpet.c147 id = hpet_readl(HPET_ID); in _hpet_print_config()
151 cfg = hpet_readl(HPET_CFG); in _hpet_print_config()
155 l = hpet_readl(HPET_COUNTER); in _hpet_print_config()
156 h = hpet_readl(HPET_COUNTER+4); in _hpet_print_config()
162 l = hpet_readl(HPET_Tn_CFG(i)); in _hpet_print_config()
166 l = hpet_readl(HPET_Tn_CMP(i)); in _hpet_print_config()
250 u32 cfg = hpet_readl(HPET_CFG); in hpet_stop_counter()
306 now = hpet_readl(HPET_COUNTER); in hpet_clkevt_set_state_periodic()
367 cnt = hpet_readl(HPET_COUNTER); in hpet_clkevt_set_next_event()
1037 id = hpet_readl(HPET_ID); in hpet_enable()
[all …]
A Dtsc.c342 *p = hpet_readl(HPET_COUNTER) & 0xFFFFFFFF; in tsc_read_refs()
362 tmp = ((u64)hpet2 * hpet_readl(HPET_PERIOD)); in calc_hpet_ref()
/linux-6.3-rc2/arch/x86/include/asm/
A Dhpet.h74 extern unsigned int hpet_readl(unsigned int a);
99 #define hpet_readl(a) 0 macro

Completed in 8 milliseconds