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

/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATACommand.h401 /*!@function getFeatures16
404 virtual UInt16 getFeatures16( void );
H A DIOATACommand.cpp826 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 123 milliseconds