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

/macosx-10.9.5/IOATAFamily-252.0.3/
H A DIOATADevConfig.cpp597 UInt32 lowerLBA = 0; local
602 lowerLBA = identifyData[ 100 ] | ( identifyData[101] << 16 );
606 *lbaLo = lowerLBA;
609 return lowerLBA;
H A DATADeviceNub.cpp534 UInt32 upperLBA, lowerLBA; local
535 IOATADevConfig::sDriveExtendedLBASize( &upperLBA, &lowerLBA, ( const UInt16*) buffer );
538 largeLBASize = ( ((UInt64) upperLBA) << 32) | ((UInt64) lowerLBA );

Completed in 124 milliseconds