Home
last modified time | relevance | path

Searched refs:HPET_CAP_TIMER_FSB_INT_DEL (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/kernel/arch/x86/
H A Darch_hpet.h49 #define HPET_CAP_TIMER_FSB_INT_DEL 0x00008000UL macro
/haiku/src/add-ons/kernel/drivers/timer/
H A Dhpet.h42 #define HPET_CAP_TIMER_FSB_INT_DEL 0x00008000UL macro
H A Dhpet.cpp194 timer->config & HPET_CAP_TIMER_FSB_INT_DEL ? "Yes" : "No"); in hpet_dump_timer()