Lines Matching refs:HPET_CFG
151 cfg = hpet_readl(HPET_CFG); in _hpet_print_config()
250 u32 cfg = hpet_readl(HPET_CFG); in hpet_stop_counter()
253 hpet_writel(cfg, HPET_CFG); in hpet_stop_counter()
264 unsigned int cfg = hpet_readl(HPET_CFG); in hpet_start_counter()
267 hpet_writel(cfg, HPET_CFG); in hpet_start_counter()
290 unsigned int cfg = hpet_readl(HPET_CFG); in hpet_enable_legacy_int()
293 hpet_writel(cfg, HPET_CFG); in hpet_enable_legacy_int()
887 if (hpet_readl(HPET_CFG) != 0xFFFFFFFF) in hpet_cfg_working()
1059 cfg = hpet_readl(HPET_CFG); in hpet_enable()
1062 hpet_writel(cfg, HPET_CFG); in hpet_enable()
1180 hpet_writel(cfg, HPET_CFG); in hpet_disable()
1188 hpet_writel(hpet_base.boot_cfg, HPET_CFG); in hpet_disable()