Searched refs:HPET_CFG (Results 1 – 4 of 4) sorted by relevance
53 unsigned int cfg = hpet_read(HPET_CFG); in hpet_start_counter()56 hpet_write(HPET_CFG, cfg); in hpet_start_counter()61 unsigned int cfg = hpet_read(HPET_CFG); in hpet_stop_counter()64 hpet_write(HPET_CFG, cfg); in hpet_stop_counter()
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()[all …]
11 #define HPET_CFG 0x010 macro
13 #define HPET_CFG 0x010 macro
Completed in 7 milliseconds