Home
last modified time | relevance | path

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

/haiku/src/system/kernel/arch/x86/timers/
H A Dx86_hpet.cpp87 sTimer->config |= HPET_CONF_TIMER_INT_ENABLE; in hpet_set_hardware_timer()
107 sTimer->config &= ~HPET_CONF_TIMER_INT_ENABLE; in hpet_clear_hardware_timer()
157 timer->config & HPET_CONF_TIMER_INT_ENABLE ? "Yes" : "No"); in hpet_dump_timer()
191 sTimer->config |= HPET_CONF_TIMER_INT_ENABLE; in hpet_init_timer()
/haiku/src/add-ons/kernel/drivers/timer/
H A Dhpet.cpp114 timer->config |= HPET_CONF_TIMER_INT_ENABLE; in hpet_set_hardware_timer()
124 timer->config &= ~HPET_CONF_TIMER_INT_ENABLE; in hpet_clear_hardware_timer()
200 timer->config & HPET_CONF_TIMER_INT_ENABLE ? "Yes" : "No"); in hpet_dump_timer()
H A Dhpet.h48 #define HPET_CONF_TIMER_INT_ENABLE 0x00000004UL macro
/haiku/headers/private/kernel/arch/x86/
H A Darch_hpet.h42 #define HPET_CONF_TIMER_INT_ENABLE 0x00000004UL macro