Home
last modified time | relevance | path

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

/haiku/headers/private/kernel/arch/x86/
H A Darch_hpet.h51 #define HPET_GET_CAP_TIMER_ROUTE(timer) (((timer)->config & HPET_CAP_TIMER_MASK) >> 32) macro
/haiku/src/add-ons/kernel/drivers/timer/
H A Dhpet.h43 #define HPET_GET_CAP_TIMER_ROUTE(timer) (((timer)->config & HPET_CAP_TIMER_MASK) >> 32) macro
H A Dhpet.cpp187 uint32 interrupts = (uint32)HPET_GET_CAP_TIMER_ROUTE(timer); in hpet_dump_timer()
222 uint32 interrupts = (uint32)HPET_GET_CAP_TIMER_ROUTE(timer); in hpet_init_timer()
/haiku/src/system/kernel/arch/x86/timers/
H A Dx86_hpet.cpp147 uint32 interrupts = (uint32)HPET_GET_CAP_TIMER_ROUTE(timer); in hpet_dump_timer()