Home
last modified time | relevance | path

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

/haiku/src/system/boot/arch/x86/
H A Darch_cpu.cpp209 uint8 startLow; in calibration_loop() local
213 startLow = in8(channelPort); in calibration_loop()
233 expired = ((startHigh << 8) | startLow) - ((endHigh << 8) | endLow); in calibration_loop()