Searched refs:HPET_CONF_TIMER_INT_TYPE (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/timer/
H A Dhpet.h47 #define HPET_CONF_TIMER_INT_TYPE 0x00000002UL macro
54 #define HPET_GET_CONF_TIMER_INT_IS_LEVEL(timer) (((timer)->config & HPET_CONF_TIMER_INT_TYPE))
H A Dhpet.cpp241 timer->config |= HPET_CONF_TIMER_INT_TYPE;
/haiku/headers/private/kernel/arch/x86/
H A Darch_hpet.h41 #define HPET_CONF_TIMER_INT_TYPE 0x00000002UL macro
/haiku/src/system/kernel/arch/x86/timers/
H A Dx86_hpet.cpp161 timer->config & HPET_CONF_TIMER_INT_TYPE ? "Level" : "Edge");
185 sTimer->config &= ~(HPET_CONF_TIMER_TYPE | HPET_CONF_TIMER_INT_TYPE);

Completed in 42 milliseconds