PIT_CHANNEL_2_CONTROL
uint8 control = in8(PIT_CHANNEL_2_CONTROL);
out8(control, PIT_CHANNEL_2_CONTROL);
out8(in8(PIT_CHANNEL_2_CONTROL) & ~PIT_CHANNEL_2_GATE_HIGH,
PIT_CHANNEL_2_CONTROL);