Home
last modified time | relevance | path

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

/linux/arch/mips/loongson64/
H A 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()
/linux/arch/mips/include/asm/
H A Dhpet.h48 #define HPET_TN_PERIODIC 0x0008 macro
/linux/arch/x86/kernel/
H A Dhpet.c309 cfg |= HPET_TN_ENABLE | HPET_TN_PERIODIC | HPET_TN_SETVAL | in hpet_clkevt_set_state_periodic()
334 cfg &= ~HPET_TN_PERIODIC; in hpet_clkevt_set_state_oneshot()
411 if (hc->boot_cfg & HPET_TN_PERIODIC) { in hpet_init_clockevent()
1078 cfg &= ~(HPET_TN_PERIODIC | HPET_TN_PERIODIC_CAP in hpet_enable()
1304 cfg &= ~HPET_TN_PERIODIC; in hpet_rtc_timer_init()
/linux/arch/x86/include/asm/
H A Dhpet.h46 #define HPET_TN_PERIODIC 0x0008 macro