Home
last modified time | relevance | path

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

/haiku/headers/private/kernel/arch/x86/
H A Darch_hpet.h45 #define HPET_CONF_TIMER_32MODE 0x00000100UL macro
/haiku/src/add-ons/kernel/drivers/timer/
H A Dhpet.h51 #define HPET_CONF_TIMER_32MODE 0x00000100UL macro
H A Dhpet.cpp248 timer->config &= ~HPET_CONF_TIMER_32MODE; in hpet_init_timer()
251 timer->config |= HPET_CONF_TIMER_32MODE; in hpet_init_timer()
/haiku/src/system/kernel/arch/x86/timers/
H A Dx86_hpet.cpp188 sTimer->config &= ~HPET_CONF_TIMER_32MODE; in hpet_init_timer()