Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/loongson64/
H A Dhpet.c98 cfg |= HPET_TN_ENABLE | HPET_TN_PERIODIC | HPET_TN_SETVAL | in hpet_set_state_periodic()
121 cfg &= ~HPET_TN_ENABLE; in hpet_set_state_shutdown()
142 cfg |= HPET_TN_ENABLE | HPET_TN_32BIT; in hpet_set_state_oneshot()
/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()
335 cfg |= HPET_TN_ENABLE | HPET_TN_32BIT; in hpet_clkevt_set_state_oneshot()
347 cfg &= ~HPET_TN_ENABLE; in hpet_clkevt_set_state_shutdown()
479 cfg |= HPET_TN_ENABLE | HPET_TN_FSB; in hpet_msi_unmask()
489 cfg &= ~(HPET_TN_ENABLE | HPET_TN_FSB); in hpet_msi_mask()
1075 cfg &= ~(HPET_TN_ENABLE | HPET_TN_LEVEL | HPET_TN_FSB); in hpet_enable()
1305 cfg |= HPET_TN_ENABLE | HPET_TN_32BIT; in hpet_rtc_timer_init()
1318 cfg &= ~HPET_TN_ENABLE; in hpet_disable_rtc_channel()
/openbmc/qemu/include/hw/timer/
H A Dhpet.h49 #define HPET_TN_ENABLE 0x004 macro
/openbmc/linux/arch/mips/include/asm/
H A Dhpet.h47 #define HPET_TN_ENABLE 0x0004 macro
/openbmc/linux/arch/x86/include/asm/
H A Dhpet.h45 #define HPET_TN_ENABLE 0x0004 macro
/openbmc/qemu/hw/timer/
H A Dhpet.c116 return t->config & HPET_TN_ENABLE; in timer_enabled()
526 if (activating_bit(old_val, new_val, HPET_TN_ENABLE) in hpet_ram_write()