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

/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATACommand.cpp766 IOExtendedLBA::getLBALow16 (void) function in class:IOExtendedLBA
898 *outLBALo = (getLBALow16() & 0xff) | ( (getLBAMid16() & 0xff) << 8) | ((getLBAHigh16() & 0xff) << 16) | ((getLBALow16() & 0xff00) << 16) ;
H A DIOATACommand.h361 /*!@function getLBALow16
364 virtual UInt16 getLBALow16 (void);
H A DIOATAController.cpp1838 *_tfSectorNReg = (extLBA->getLBALow16() & 0xFF00) >> 8 ;
1845 *_tfSectorNReg = extLBA->getLBALow16() & 0x00FF;
2728 writeExtRegister( _tfSectorNReg, extLBA->getLBALow16());

Completed in 112 milliseconds