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

/macosx-10.10/IOATAFamily-253.0.1/
H A DIOATAController.cpp1832 IOExtendedLBA* extLBA = _currentCommand->getExtendedLBA(); local
1833 *_tfSDHReg = extLBA->getDevice();
1836 *_tfFeatureReg = (extLBA->getFeatures16() & 0xFF00) >> 8 ;
1837 *_tfSCountReg = (extLBA->getSectorCount16() & 0xFF00) >> 8 ;
1838 *_tfSectorNReg = (extLBA->getLBALow16() & 0xFF00) >> 8 ;
1839 *_tfCylLoReg = (extLBA->getLBAMid16() & 0xFF00) >> 8 ;
1840 *_tfCylHiReg = (extLBA->getLBAHigh16() & 0xFF00) >> 8 ;
1843 *_tfFeatureReg = extLBA->getFeatures16() & 0x00FF;
1844 *_tfSCountReg = extLBA->getSectorCount16() & 0x00FF;
1845 *_tfSectorNReg = extLBA
2667 IOExtendedLBA* extLBA = _currentCommand->getExtendedLBA(); local
[all...]
H A DIOATACommand.cpp85 fExpansionData->extLBA = IOExtendedLBA::createIOExtendedLBA( this );
87 if( ! super::init() || fExpansionData == NULL || fExpansionData->extLBA == NULL )
709 return fExpansionData->extLBA;
H A DIOATACommand.h296 struct ExpansionData {IOExtendedLBA* extLBA; }; member in struct:IOATACommand::ExpansionData

Completed in 70 milliseconds