Searched refs:hpet_writel (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/kernel/ |
H A D | hpet.c | 83 static inline void hpet_writel(unsigned int d, unsigned int a) in hpet_writel() function 254 hpet_writel(cfg, HPET_CFG); in hpet_stop_counter() 259 hpet_writel(0, HPET_COUNTER); in hpet_reset_counter() 260 hpet_writel(0, HPET_COUNTER + 4); in hpet_reset_counter() 268 hpet_writel(cfg, HPET_CFG); in hpet_start_counter() 294 hpet_writel(cfg, HPET_CFG); in hpet_enable_legacy_int() 312 hpet_writel(cfg, HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_periodic() 313 hpet_writel(cmp, HPET_Tn_CMP(channel)); in hpet_clkevt_set_state_periodic() 322 hpet_writel((unsigned int)delta, HPET_Tn_CMP(channel)); in hpet_clkevt_set_state_periodic() 337 hpet_writel(cfg, HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_oneshot() [all …]
|