Lines Matching refs:hpet_writel
66 static inline void hpet_writel(unsigned int d, unsigned int a) in hpet_writel() function
235 hpet_writel(cfg, HPET_CFG); in hpet_stop_counter()
240 hpet_writel(0, HPET_COUNTER); in hpet_reset_counter()
241 hpet_writel(0, HPET_COUNTER + 4); in hpet_reset_counter()
248 hpet_writel(cfg, HPET_CFG); in hpet_start_counter()
274 hpet_writel(cfg, HPET_CFG); in hpet_enable_legacy_int()
307 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_set_periodic()
308 hpet_writel(cmp, HPET_Tn_CMP(timer)); in hpet_set_periodic()
317 hpet_writel((unsigned int)delta, HPET_Tn_CMP(timer)); in hpet_set_periodic()
331 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_set_oneshot()
342 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_shutdown()
372 hpet_writel(cnt, HPET_Tn_CMP(timer)); in hpet_next_event()
460 hpet_writel(cfg, HPET_Tn_CFG(hdev->num)); in hpet_msi_unmask()
471 hpet_writel(cfg, HPET_Tn_CFG(hdev->num)); in hpet_msi_mask()
476 hpet_writel(msg->data, HPET_Tn_ROUTE(hdev->num)); in hpet_msi_write()
477 hpet_writel(msg->address_lo, HPET_Tn_ROUTE(hdev->num) + 4); in hpet_msi_write()
891 hpet_writel(cfg, HPET_CFG); in hpet_enable()
901 hpet_writel(cfg, HPET_Tn_CFG(i)); in hpet_enable()
989 hpet_writel(cfg, HPET_CFG); in hpet_disable()
998 hpet_writel(hpet_boot_cfg[id + 1], HPET_Tn_CFG(id)); in hpet_disable()
1001 hpet_writel(*hpet_boot_cfg, HPET_CFG); in hpet_disable()
1108 hpet_writel(cnt, HPET_T1_CMP); in hpet_rtc_timer_init()
1114 hpet_writel(cfg, HPET_T1_CFG); in hpet_rtc_timer_init()
1126 hpet_writel(cfg, HPET_T1_CFG); in hpet_disable_rtc_channel()
1225 hpet_writel(hpet_t1_cmp, HPET_T1_CMP); in hpet_rtc_timer_reinit()