Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dhpet.c66 static inline void hpet_writel(unsigned int d, unsigned int a) in hpet_writel() function
235 hpet_writel(cfg, HPET_CFG); in hpet_stop_counter()
240 hpet_writel(0, HPET_COUNTER); in hpet_reset_counter()
241 hpet_writel(0, HPET_COUNTER + 4); in hpet_reset_counter()
248 hpet_writel(cfg, HPET_CFG); in hpet_start_counter()
274 hpet_writel(cfg, HPET_CFG); in hpet_enable_legacy_int()
307 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_set_periodic()
308 hpet_writel(cmp, HPET_Tn_CMP(timer)); in hpet_set_periodic()
317 hpet_writel((unsigned int)delta, HPET_Tn_CMP(timer)); in hpet_set_periodic()
331 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_set_oneshot()
[all …]