Searched refs:hpet_writel (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | hpet.c | 81 static inline void hpet_writel(unsigned int d, unsigned int a) in hpet_writel() function 252 hpet_writel(cfg, HPET_CFG); in hpet_stop_counter() 257 hpet_writel(0, HPET_COUNTER); in hpet_reset_counter() 258 hpet_writel(0, HPET_COUNTER + 4); in hpet_reset_counter() 266 hpet_writel(cfg, HPET_CFG); in hpet_start_counter() 292 hpet_writel(cfg, HPET_CFG); in hpet_enable_legacy_int() 310 hpet_writel(cfg, HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_periodic() 311 hpet_writel(cmp, HPET_Tn_CMP(channel)); in hpet_clkevt_set_state_periodic() 320 hpet_writel((unsigned int)delta, HPET_Tn_CMP(channel)); in hpet_clkevt_set_state_periodic() 335 hpet_writel(cf in hpet_clkevt_set_state_oneshot() [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | hpet.c | 82 static inline void hpet_writel(unsigned int d, unsigned int a) in hpet_writel() function 253 hpet_writel(cfg, HPET_CFG); in hpet_stop_counter() 258 hpet_writel(0, HPET_COUNTER); in hpet_reset_counter() 259 hpet_writel(0, HPET_COUNTER + 4); in hpet_reset_counter() 267 hpet_writel(cfg, HPET_CFG); in hpet_start_counter() 293 hpet_writel(cfg, HPET_CFG); in hpet_enable_legacy_int() 311 hpet_writel(cfg, HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_periodic() 312 hpet_writel(cmp, HPET_Tn_CMP(channel)); in hpet_clkevt_set_state_periodic() 321 hpet_writel((unsigned int)delta, HPET_Tn_CMP(channel)); in hpet_clkevt_set_state_periodic() 336 hpet_writel(cf in hpet_clkevt_set_state_oneshot() [all...] |
Completed in 4 milliseconds