Home
last modified time | relevance | path

Searched refs:HPET_TN_SETVAL (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/hw/timer/
H A Dhpet.h53 #define HPET_TN_SETVAL 0x040 macro
/openbmc/linux/arch/mips/include/asm/
H A Dhpet.h51 #define HPET_TN_SETVAL 0x0040 macro
/openbmc/linux/arch/x86/include/asm/
H A Dhpet.h49 #define HPET_TN_SETVAL 0x0040 macro
/openbmc/linux/arch/mips/loongson64/
H A Dhpet.c98 cfg |= HPET_TN_ENABLE | HPET_TN_PERIODIC | HPET_TN_SETVAL | in hpet_set_state_periodic()
/openbmc/qemu/hw/timer/
H A Dhpet.c550 || (timer->config & HPET_TN_SETVAL)) { in hpet_ram_write()
556 timer->config &= ~HPET_TN_SETVAL; in hpet_ram_write()
/openbmc/linux/arch/x86/kernel/
H A Dhpet.c309 cfg |= HPET_TN_ENABLE | HPET_TN_PERIODIC | HPET_TN_SETVAL | in hpet_clkevt_set_state_periodic()