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

/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATAController.cpp2530 UInt16 ByteCountValue; local
2532 ByteCountValue = (*_tfCylHiReg) << 8;
2534 ByteCountValue += *_tfCylLoReg;
2537 return (IOByteCount) ByteCountValue;

Completed in 70 milliseconds