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

/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATACommand.cpp798 IOExtendedLBA::getLBAHigh16( void ) function in class:IOExtendedLBA
898 *outLBALo = (getLBALow16() & 0xff) | ( (getLBAMid16() & 0xff) << 8) | ((getLBAHigh16() & 0xff) << 16) | ((getLBALow16() & 0xff00) << 16) ;
900 *outLBAHi = (getLBAHigh16() & 0xff00) | ((getLBAMid16() & 0xff00) >> 8) ;
H A DIOATACommand.h381 /*!@function getLBAHigh16
384 virtual UInt16 getLBAHigh16( void );
H A DIOATAController.cpp1840 *_tfCylHiReg = (extLBA->getLBAHigh16() & 0xFF00) >> 8 ;
1847 *_tfCylHiReg = extLBA->getLBAHigh16() & 0x00FF;
2779 writeExtRegister( _tfCylHiReg, extLBA->getLBAHigh16());

Completed in 118 milliseconds