Searched refs:HPET_CFG (Results 1 – 2 of 2) sorted by relevance
196 unsigned long cfg = hpet_readl(HPET_CFG); in hpet_start_counter()199 hpet_writel(cfg, HPET_CFG); in hpet_start_counter()203 hpet_writel(cfg, HPET_CFG); in hpet_start_counter()219 unsigned long cfg = hpet_readl(HPET_CFG); in hpet_enable_legacy_int()222 hpet_writel(cfg, HPET_CFG); in hpet_enable_legacy_int()779 for (i = 0; hpet_readl(HPET_CFG) == 0xFFFFFFFF; i++) { in hpet_enable()863 unsigned long cfg = hpet_readl(HPET_CFG); in hpet_disable()870 hpet_writel(cfg, HPET_CFG); in hpet_disable()
12 #define HPET_CFG 0x010 macro