Lines Matching refs:hpet_writel

80 static inline void hpet_writel(unsigned int d, unsigned int a)  in hpet_writel()  function
251 hpet_writel(cfg, HPET_CFG); in hpet_stop_counter()
256 hpet_writel(0, HPET_COUNTER); in hpet_reset_counter()
257 hpet_writel(0, HPET_COUNTER + 4); in hpet_reset_counter()
265 hpet_writel(cfg, HPET_CFG); in hpet_start_counter()
291 hpet_writel(cfg, HPET_CFG); in hpet_enable_legacy_int()
309 hpet_writel(cfg, HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_periodic()
310 hpet_writel(cmp, HPET_Tn_CMP(channel)); in hpet_clkevt_set_state_periodic()
319 hpet_writel((unsigned int)delta, HPET_Tn_CMP(channel)); in hpet_clkevt_set_state_periodic()
334 hpet_writel(cfg, HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_oneshot()
346 hpet_writel(cfg, HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_shutdown()
367 hpet_writel(cnt, HPET_Tn_CMP(channel)); in hpet_clkevt_set_next_event()
479 hpet_writel(cfg, HPET_Tn_CFG(hc->num)); in hpet_msi_unmask()
489 hpet_writel(cfg, HPET_Tn_CFG(hc->num)); in hpet_msi_mask()
494 hpet_writel(msg->data, HPET_Tn_ROUTE(hc->num)); in hpet_msi_write()
495 hpet_writel(msg->address_lo, HPET_Tn_ROUTE(hc->num) + 4); in hpet_msi_write()
871 hpet_writel(cfg, HPET_CFG); in hpet_enable()
885 hpet_writel(cfg, HPET_Tn_CFG(i)); in hpet_enable()
987 hpet_writel(cfg, HPET_CFG); in hpet_disable()
991 hpet_writel(hpet_base.channels[i].boot_cfg, HPET_Tn_CFG(i)); in hpet_disable()
995 hpet_writel(hpet_base.boot_cfg, HPET_CFG); in hpet_disable()
1107 hpet_writel(cnt, HPET_T1_CMP); in hpet_rtc_timer_init()
1113 hpet_writel(cfg, HPET_T1_CFG); in hpet_rtc_timer_init()
1126 hpet_writel(cfg, HPET_T1_CFG); in hpet_disable_rtc_channel()
1227 hpet_writel(hpet_t1_cmp, HPET_T1_CMP); in hpet_rtc_timer_reinit()