Searched refs:PIT_CNT0 (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/arch/x86/timers/
H A Dx86_pit.cpp65 out8(nextEventClocks & 0xff, PIT_CNT0);
66 out8((nextEventClocks >> 8) & 0xff, PIT_CNT0);
H A Dpit.h12 #define PIT_CNT0 0x40 macro

Completed in 38 milliseconds