Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/
Dhpet.c143 l = hpet_readl(HPET_CFG); in _hpet_print_config()
245 unsigned long cfg = hpet_readl(HPET_CFG); in hpet_stop_counter()
247 hpet_writel(cfg, HPET_CFG); in hpet_stop_counter()
258 unsigned int cfg = hpet_readl(HPET_CFG); in hpet_start_counter()
260 hpet_writel(cfg, HPET_CFG); in hpet_start_counter()
283 unsigned int cfg = hpet_readl(HPET_CFG); in hpet_enable_legacy_int()
286 hpet_writel(cfg, HPET_CFG); in hpet_enable_legacy_int()
823 for (i = 0; hpet_readl(HPET_CFG) == 0xFFFFFFFF; i++) { in hpet_enable()
926 unsigned int cfg = hpet_readl(HPET_CFG); in hpet_disable()
933 hpet_writel(cfg, HPET_CFG); in hpet_disable()
/linux-3.4.99/arch/x86/include/asm/
Dhpet.h12 #define HPET_CFG 0x010 macro