Home
last modified time | relevance | path

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

/haiku/src/system/kernel/arch/x86/timers/
H A Dx86_hpet.cpp155 timer->config & HPET_CONF_TIMER_FSB_ENABLE ? "Yes" : "No"); in hpet_dump_timer()
166 if (timer->config & HPET_CONF_TIMER_FSB_ENABLE) { in hpet_dump_timer()
187 sTimer->config &= ~HPET_CONF_TIMER_FSB_ENABLE; in hpet_init_timer()
/haiku/src/add-ons/kernel/drivers/timer/
H A Dhpet.cpp198 timer->config & HPET_CONF_TIMER_FSB_ENABLE ? "Yes" : "No"); in hpet_dump_timer()
209 if (timer->config & HPET_CONF_TIMER_FSB_ENABLE) { in hpet_dump_timer()
244 timer->config &= ~HPET_CONF_TIMER_FSB_ENABLE; in hpet_init_timer()
H A Dhpet.h52 #define HPET_CONF_TIMER_FSB_ENABLE 0x00004000UL macro
/haiku/headers/private/kernel/arch/x86/
H A Darch_hpet.h46 #define HPET_CONF_TIMER_FSB_ENABLE 0x00004000UL macro