Home
last modified time | relevance | path

Searched refs:HPET_CFG (Results 1 – 2 of 2) sorted by relevance

/arch/x86/kernel/
Dhpet.c196 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()
/arch/x86/include/asm/
Dhpet.h12 #define HPET_CFG 0x010 macro