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

/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATACommand.cpp871 IOExtendedLBA::setExtendedLBA( UInt32 inLBAHi, UInt32 inLBALo, ataUnitID inUnit, UInt16 extendedCount, UInt8 extendedCommand ) argument
875 lba7 = (inLBALo & 0xff);
876 lba15 = (inLBALo & 0xff00) >> 8;
877 lba23 = (inLBALo & 0xff0000) >> 16;
878 lba31 = (inLBALo & 0xff000000) >> 24;
H A DIOATACommand.h429 virtual void setExtendedLBA( UInt32 inLBAHi, UInt32 inLBALo, ataUnitID inUnit, UInt16 extendedCount, UInt8 extendedCommand);

Completed in 75 milliseconds