Searched refs:writeExtRegister (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/IOATAFamily-253.0.1/
H A DIOATAController.cpp2644 IOATAController::writeExtRegister( IOATARegPtr8 inRegister, UInt16 inValue ) function in class:IOATAController
2676 writeExtRegister(_tfFeatureReg,extLBA->getFeatures16());
2702 writeExtRegister( _tfSCountReg, extLBA->getSectorCount16());
2728 writeExtRegister( _tfSectorNReg, extLBA->getLBALow16());
2753 writeExtRegister( _tfCylLoReg, extLBA->getLBAMid16());
2779 writeExtRegister( _tfCylHiReg, extLBA->getLBAHigh16());
H A DIOATAController.h260 void writeExtRegister( IOATARegPtr8 inRegister, UInt16 inValue );

Completed in 70 milliseconds