Lines Matching refs:hpet_writel
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(cfg, HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_oneshot()
348 hpet_writel(cfg, HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_shutdown()
369 hpet_writel(cnt, HPET_Tn_CMP(channel)); in hpet_clkevt_set_next_event()
480 hpet_writel(cfg, HPET_Tn_CFG(hc->num)); in hpet_msi_unmask()
490 hpet_writel(cfg, HPET_Tn_CFG(hc->num)); in hpet_msi_mask()
495 hpet_writel(msg->data, HPET_Tn_ROUTE(hc->num)); in hpet_msi_write()
496 hpet_writel(msg->address_lo, HPET_Tn_ROUTE(hc->num) + 4); in hpet_msi_write()
1062 hpet_writel(cfg, HPET_CFG); in hpet_enable()
1076 hpet_writel(cfg, HPET_Tn_CFG(i)); in hpet_enable()
1178 hpet_writel(cfg, HPET_CFG); in hpet_disable()
1182 hpet_writel(hpet_base.channels[i].boot_cfg, HPET_Tn_CFG(i)); in hpet_disable()
1186 hpet_writel(hpet_base.boot_cfg, HPET_CFG); in hpet_disable()
1298 hpet_writel(cnt, HPET_T1_CMP); in hpet_rtc_timer_init()
1304 hpet_writel(cfg, HPET_T1_CFG); in hpet_rtc_timer_init()
1317 hpet_writel(cfg, HPET_T1_CFG); in hpet_disable_rtc_channel()
1418 hpet_writel(hpet_t1_cmp, HPET_T1_CMP); in hpet_rtc_timer_reinit()