Home
last modified time | relevance | path

Searched refs:HPET_CFG_LEGACY (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/timer/
H A Dhpet.h33 #define HPET_CFG_LEGACY 0x002 macro
/openbmc/linux/arch/mips/include/asm/
H A Dhpet.h42 #define HPET_CFG_LEGACY 0x002 macro
/openbmc/linux/arch/x86/include/asm/
H A Dhpet.h40 #define HPET_CFG_LEGACY 0x002 macro
/openbmc/qemu/hw/timer/
H A Dhpet.c91 return s->config & HPET_CFG_LEGACY; in hpet_in_legacy_mode()
597 if (activating_bit(old_val, new_val, HPET_CFG_LEGACY)) { in hpet_ram_write()
601 } else if (deactivating_bit(old_val, new_val, HPET_CFG_LEGACY)) { in hpet_ram_write()
/openbmc/linux/arch/x86/kernel/
H A Dhpet.c292 cfg |= HPET_CFG_LEGACY; in hpet_enable_legacy_int()
1061 cfg &= ~(HPET_CFG_ENABLE | HPET_CFG_LEGACY); in hpet_enable()