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

/haiku/src/system/boot/arch/x86/
H A Darch_cpu.cpp60 #define PIT_CHANNEL_2_CONTROL 0x61 macro
243 uint8 control = in8(PIT_CHANNEL_2_CONTROL);
246 out8(control, PIT_CHANNEL_2_CONTROL);
315 out8(in8(PIT_CHANNEL_2_CONTROL) & ~PIT_CHANNEL_2_GATE_HIGH,
316 PIT_CHANNEL_2_CONTROL);

Completed in 31 milliseconds