Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/loongson64/
Dhpet.c98 cfg |= HPET_TN_ENABLE | HPET_TN_PERIODIC | HPET_TN_SETVAL | in hpet_set_state_periodic()
141 cfg &= ~HPET_TN_PERIODIC; in hpet_set_state_oneshot()
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dhpet.h48 #define HPET_TN_PERIODIC 0x0008 macro
/kernel/linux/linux-5.10/arch/x86/kernel/
Dhpet.c308 cfg |= HPET_TN_ENABLE | HPET_TN_PERIODIC | HPET_TN_SETVAL | in hpet_clkevt_set_state_periodic()
333 cfg &= ~HPET_TN_PERIODIC; in hpet_clkevt_set_state_oneshot()
410 if (hc->boot_cfg & HPET_TN_PERIODIC) { in hpet_init_clockevent()
968 cfg &= ~(HPET_TN_PERIODIC | HPET_TN_PERIODIC_CAP in hpet_enable()
1192 cfg &= ~HPET_TN_PERIODIC; in hpet_rtc_timer_init()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dhpet.h46 #define HPET_TN_PERIODIC 0x0008 macro