Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/loongson64/loongson-3/
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()
/Linux-v4.19/arch/x86/kernel/
Dhpet.c307 cfg |= HPET_TN_ENABLE | HPET_TN_PERIODIC | HPET_TN_SETVAL | in hpet_set_periodic()
332 cfg |= HPET_TN_ENABLE | HPET_TN_32BIT; in hpet_set_oneshot()
343 cfg &= ~HPET_TN_ENABLE; in hpet_shutdown()
451 cfg |= HPET_TN_ENABLE | HPET_TN_FSB; in hpet_msi_unmask()
462 cfg &= ~(HPET_TN_ENABLE | HPET_TN_FSB); in hpet_msi_mask()
985 cfg &= ~(HPET_TN_ENABLE | HPET_TN_LEVEL | HPET_TN_FSB); in hpet_enable()
1201 cfg |= HPET_TN_ENABLE | HPET_TN_32BIT; in hpet_rtc_timer_init()
1213 cfg &= ~HPET_TN_ENABLE; in hpet_disable_rtc_channel()
/Linux-v4.19/arch/mips/include/asm/
Dhpet.h47 #define HPET_TN_ENABLE 0x0004 macro
/Linux-v4.19/arch/x86/include/asm/
Dhpet.h45 #define HPET_TN_ENABLE 0x0004 macro