Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/loongson/loongson-3/
Dhpet.c96 cfg |= HPET_TN_ENABLE | HPET_TN_PERIODIC | in hpet_set_mode()
111 cfg &= ~HPET_TN_ENABLE; in hpet_set_mode()
122 cfg |= HPET_TN_ENABLE | HPET_TN_32BIT; in hpet_set_mode()
/linux-4.1.27/arch/x86/kernel/
Dhpet.c324 cfg |= HPET_TN_ENABLE | HPET_TN_PERIODIC | in hpet_set_mode()
344 cfg |= HPET_TN_ENABLE | HPET_TN_32BIT; in hpet_set_mode()
351 cfg &= ~HPET_TN_ENABLE; in hpet_set_mode()
434 cfg |= HPET_TN_ENABLE | HPET_TN_FSB; in hpet_msi_unmask()
445 cfg &= ~(HPET_TN_ENABLE | HPET_TN_FSB); in hpet_msi_mask()
876 cfg &= ~(HPET_TN_ENABLE | HPET_TN_LEVEL | HPET_TN_FSB); in hpet_enable()
1089 cfg |= HPET_TN_ENABLE | HPET_TN_32BIT; in hpet_rtc_timer_init()
1102 cfg &= ~HPET_TN_ENABLE; in hpet_disable_rtc_channel()
/linux-4.1.27/arch/mips/include/asm/
Dhpet.h46 #define HPET_TN_ENABLE 0x0004 macro
/linux-4.1.27/arch/x86/include/asm/
Dhpet.h44 #define HPET_TN_ENABLE 0x0004 macro