Lines Matching refs:HPET_Tn_CFG
154 l = hpet_readl(HPET_Tn_CFG(i)); in _hpet_print_config()
155 h = hpet_readl(HPET_Tn_CFG(i)+4); in _hpet_print_config()
304 cfg = hpet_readl(HPET_Tn_CFG(timer)); in hpet_set_periodic()
307 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_set_periodic()
328 cfg = hpet_readl(HPET_Tn_CFG(timer)); in hpet_set_oneshot()
331 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_set_oneshot()
340 cfg = hpet_readl(HPET_Tn_CFG(timer)); in hpet_shutdown()
342 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_shutdown()
458 cfg = hpet_readl(HPET_Tn_CFG(hdev->num)); in hpet_msi_unmask()
460 hpet_writel(cfg, HPET_Tn_CFG(hdev->num)); in hpet_msi_unmask()
469 cfg = hpet_readl(HPET_Tn_CFG(hdev->num)); in hpet_msi_mask()
471 hpet_writel(cfg, HPET_Tn_CFG(hdev->num)); in hpet_msi_mask()
624 unsigned int cfg = hpet_readl(HPET_Tn_CFG(i)); in hpet_msi_capability_lookup()
897 cfg = hpet_readl(HPET_Tn_CFG(i)); in hpet_enable()
901 hpet_writel(cfg, HPET_Tn_CFG(i)); in hpet_enable()
998 hpet_writel(hpet_boot_cfg[id + 1], HPET_Tn_CFG(id)); in hpet_disable()