Home
last modified time | relevance | path

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

/haiku/headers/private/kernel/arch/x86/
H A Darch_hpet.h24 #define HPET_IS_64BIT(regs) (((regs)->capabilities & HPET_CAP_MASK_WIDTH) >> 13) macro
/haiku/src/add-ons/kernel/drivers/timer/
H A Dhpet.h25 #define HPET_IS_64BIT(regs) (((regs)->capabilities & HPET_CAP_MASK_WIDTH) >> 13) macro
H A Dhpet.cpp311 numTimers, HPET_IS_64BIT(sHPETRegs) ? "64" : "32", in hpet_init()
/haiku/src/system/kernel/arch/x86/timers/
H A Dx86_hpet.cpp253 numTimers, HPET_IS_64BIT(sHPETRegs) ? "64" : "32"); in hpet_init()