Home
last modified time | relevance | path

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

/linux/arch/mips/loongson64/
H A Dhpet.c55 cfg |= HPET_CFG_ENABLE; in hpet_start_counter()
63 cfg &= ~HPET_CFG_ENABLE; in hpet_stop_counter()
/linux/arch/mips/include/asm/
H A Dhpet.h41 #define HPET_CFG_ENABLE 0x001 macro
/linux/arch/x86/include/asm/
H A Dhpet.h39 #define HPET_CFG_ENABLE 0x001 macro
/linux/arch/x86/kernel/
H A Dhpet.c253 cfg &= ~HPET_CFG_ENABLE; in hpet_stop_counter()
267 cfg |= HPET_CFG_ENABLE; in hpet_start_counter()
1051 cfg &= ~(HPET_CFG_ENABLE | HPET_CFG_LEGACY); in hpet_enable()
1169 cfg &= ~HPET_CFG_ENABLE; in hpet_disable()
1177 if (hpet_base.boot_cfg & HPET_CFG_ENABLE) in hpet_disable()