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

/macosx-10.9.5/IOATAFamily-252.0.3/
H A DIOATACommand.h401 /*!@function getFeatures16
404 virtual UInt16 getFeatures16( void );
H A DIOATACommand.cpp830 IOExtendedLBA::getFeatures16( void ) function in class:IOExtendedLBA
H A DIOATAController.cpp1836 *_tfFeatureReg = (extLBA->getFeatures16() & 0xFF00) >> 8 ;
1843 *_tfFeatureReg = extLBA->getFeatures16() & 0x00FF;
2676 writeExtRegister(_tfFeatureReg,extLBA->getFeatures16());

Completed in 167 milliseconds