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

/macosx-10.9.5/IOATAFamily-252.0.3/
H A DIOATACommand.h391 /*!@function getSectorCount16
394 virtual UInt16 getSectorCount16( void );
H A DIOATACommand.cpp818 IOExtendedLBA::getSectorCount16( void ) function in class:IOExtendedLBA
H A DIOATAController.cpp1837 *_tfSCountReg = (extLBA->getSectorCount16() & 0xFF00) >> 8 ;
1844 *_tfSCountReg = extLBA->getSectorCount16() & 0x00FF;
2702 writeExtRegister( _tfSCountReg, extLBA->getSectorCount16());

Completed in 125 milliseconds