Home
last modified time | relevance | path

Searched refs:HPET_CFG_ENABLE (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/mips/loongson64/loongson-3/
Dhpet.c54 cfg |= HPET_CFG_ENABLE; in hpet_start_counter()
62 cfg &= ~HPET_CFG_ENABLE; in hpet_stop_counter()
/linux-4.4.14/arch/mips/include/asm/
Dhpet.h40 #define HPET_CFG_ENABLE 0x001 macro
/linux-4.4.14/arch/x86/include/asm/
Dhpet.h38 #define HPET_CFG_ENABLE 0x001 macro
/linux-4.4.14/arch/x86/kernel/
Dhpet.c234 cfg &= ~HPET_CFG_ENABLE; in hpet_stop_counter()
247 cfg |= HPET_CFG_ENABLE; in hpet_start_counter()
890 cfg &= ~(HPET_CFG_ENABLE | HPET_CFG_LEGACY); in hpet_enable()
988 cfg &= ~HPET_CFG_ENABLE; in hpet_disable()
1000 if (*hpet_boot_cfg & HPET_CFG_ENABLE) in hpet_disable()