Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/loongson64/loongson-3/
Dhpet.c55 cfg |= HPET_CFG_ENABLE; in hpet_start_counter()
63 cfg &= ~HPET_CFG_ENABLE; in hpet_stop_counter()
/Linux-v4.19/arch/mips/include/asm/
Dhpet.h41 #define HPET_CFG_ENABLE 0x001 macro
/Linux-v4.19/arch/x86/include/asm/
Dhpet.h39 #define HPET_CFG_ENABLE 0x001 macro
/Linux-v4.19/arch/x86/kernel/
Dhpet.c236 cfg &= ~HPET_CFG_ENABLE; in hpet_stop_counter()
249 cfg |= HPET_CFG_ENABLE; in hpet_start_counter()
976 cfg &= ~(HPET_CFG_ENABLE | HPET_CFG_LEGACY); in hpet_enable()
1077 cfg &= ~HPET_CFG_ENABLE; in hpet_disable()
1089 if (*hpet_boot_cfg & HPET_CFG_ENABLE) in hpet_disable()