Lines Matching refs:hpet_writel
61 static inline void hpet_writel(unsigned int d, unsigned int a) in hpet_writel() function
244 hpet_writel(cfg, HPET_CFG); in hpet_stop_counter()
249 hpet_writel(0, HPET_COUNTER); in hpet_reset_counter()
250 hpet_writel(0, HPET_COUNTER + 4); in hpet_reset_counter()
257 hpet_writel(cfg, HPET_CFG); in hpet_start_counter()
283 hpet_writel(cfg, HPET_CFG); in hpet_enable_legacy_int()
339 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_set_mode()
340 hpet_writel(cmp, HPET_Tn_CMP(timer)); in hpet_set_mode()
349 hpet_writel((unsigned int) delta, HPET_Tn_CMP(timer)); in hpet_set_mode()
358 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_set_mode()
365 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_set_mode()
391 hpet_writel(cnt, HPET_Tn_CMP(timer)); in hpet_next_event()
448 hpet_writel(cfg, HPET_Tn_CFG(hdev->num)); in hpet_msi_unmask()
459 hpet_writel(cfg, HPET_Tn_CFG(hdev->num)); in hpet_msi_mask()
464 hpet_writel(msg->data, HPET_Tn_ROUTE(hdev->num)); in hpet_msi_write()
465 hpet_writel(msg->address_lo, HPET_Tn_ROUTE(hdev->num) + 4); in hpet_msi_write()
976 hpet_writel(cfg, HPET_CFG); in hpet_disable()
1083 hpet_writel(cnt, HPET_T1_CMP); in hpet_rtc_timer_init()
1089 hpet_writel(cfg, HPET_T1_CFG); in hpet_rtc_timer_init()
1179 hpet_writel(cfg, HPET_T1_CFG); in hpet_rtc_timer_reinit()
1194 hpet_writel(hpet_t1_cmp, HPET_T1_CMP); in hpet_rtc_timer_reinit()