Lines Matching refs:HPET_CFG
145 l = hpet_readl(HPET_CFG); in _hpet_print_config()
247 unsigned long cfg = hpet_readl(HPET_CFG); in hpet_stop_counter()
249 hpet_writel(cfg, HPET_CFG); in hpet_stop_counter()
260 unsigned int cfg = hpet_readl(HPET_CFG); in hpet_start_counter()
262 hpet_writel(cfg, HPET_CFG); in hpet_start_counter()
285 unsigned int cfg = hpet_readl(HPET_CFG); in hpet_enable_legacy_int()
288 hpet_writel(cfg, HPET_CFG); in hpet_enable_legacy_int()
821 for (i = 0; hpet_readl(HPET_CFG) == 0xFFFFFFFF; i++) { in hpet_enable()
859 cfg = hpet_readl(HPET_CFG); in hpet_enable()
867 hpet_writel(cfg, HPET_CFG); in hpet_enable()
956 unsigned int cfg = hpet_readl(HPET_CFG), id, last; in hpet_disable()
965 hpet_writel(cfg, HPET_CFG); in hpet_disable()
977 hpet_writel(*hpet_boot_cfg, HPET_CFG); in hpet_disable()