• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/IOATAFamily-253.0.1/

Lines Matching refs:IOATACommand

25  *	IOATACommand.cpp
34 #include"IOATACommand.h"
50 OSDefineMetaClass( IOATACommand, IOCommand )
51 OSDefineAbstractStructors( IOATACommand, IOCommand )
53 OSMetaClassDefineReservedUsed(IOATACommand, 0) //setendResult()
54 OSMetaClassDefineReservedUsed(IOATACommand, 1) // getExtendedLBAPtr()
55 OSMetaClassDefineReservedUnused(IOATACommand, 2);
56 OSMetaClassDefineReservedUnused(IOATACommand, 3);
57 OSMetaClassDefineReservedUnused(IOATACommand, 4);
58 OSMetaClassDefineReservedUnused(IOATACommand, 5);
59 OSMetaClassDefineReservedUnused(IOATACommand, 6);
60 OSMetaClassDefineReservedUnused(IOATACommand, 7);
61 OSMetaClassDefineReservedUnused(IOATACommand, 8);
62 OSMetaClassDefineReservedUnused(IOATACommand, 9);
63 OSMetaClassDefineReservedUnused(IOATACommand, 10);
64 OSMetaClassDefineReservedUnused(IOATACommand, 11);
65 OSMetaClassDefineReservedUnused(IOATACommand, 12);
66 OSMetaClassDefineReservedUnused(IOATACommand, 13);
67 OSMetaClassDefineReservedUnused(IOATACommand, 14);
68 OSMetaClassDefineReservedUnused(IOATACommand, 15);
69 OSMetaClassDefineReservedUnused(IOATACommand, 16);
70 OSMetaClassDefineReservedUnused(IOATACommand, 17);
71 OSMetaClassDefineReservedUnused(IOATACommand, 18);
72 OSMetaClassDefineReservedUnused(IOATACommand, 19);
73 OSMetaClassDefineReservedUnused(IOATACommand, 20);
82 IOATACommand::init()
102 IOATACommand::free()
115 IOATACommand::zeroCommand(void)
158 IOATACommand::setOpcode( ataOpcode inCode)
172 IOATACommand::setFlags( UInt32 inFlags)
186 IOATACommand::setUnit( ataUnitID inUnit)
200 IOATACommand::setTimeoutMS( UInt32 inMS)
214 IOATACommand::setCallbackPtr (IOATACompletionFunction* inCompletion)
227 IOATACommand::setRegMask( ataRegMask mask)
240 IOATACommand::setBuffer ( IOMemoryDescriptor* inDesc)
255 IOATACommand::setPosition (IOByteCount fromPosition)
269 IOATACommand::setByteCount (IOByteCount numBytes)
282 IOATACommand::setTransferChunkSize (IOByteCount numBytes)
297 IOATACommand::setFeatures( UInt8 in)
311 IOATACommand::getErrorReg (void )
325 IOATACommand::setSectorCount( UInt8 in)
339 IOATACommand::getSectorCount (void )
353 IOATACommand::setSectorNumber( UInt8 in)
367 IOATACommand::getSectorNumber (void )
381 IOATACommand::setCylLo ( UInt8 in)
396 IOATACommand::getCylLo (void )
408 IOATACommand::setCylHi( UInt8 in)
422 IOATACommand::getCylHi (void )
436 IOATACommand::setDevice_Head( UInt8 in)
450 IOATACommand::getDevice_Head (void )
464 IOATACommand::setCommand ( UInt8 in)
478 IOATACommand::getStatus (void )
494 IOATACommand::setPacketCommand( UInt16 packetSizeBytes, UInt8* packetBytes)
522 IOATACommand::setDataReg ( UInt16 in)
537 IOATACommand::getDataReg (void )
553 IOATACommand::setControl ( UInt8 in)
568 IOATACommand::getAltStatus (void )
585 IOATACommand::getResult (void)
600 IOATACommand::getBuffer ( void )
615 IOATACommand::getActualTransfer ( void )
630 IOATACommand::getEndStatusReg (void)
646 IOATACommand::getEndErrorReg( void )
660 IOATACommand::getCommandInUse( void )
675 IOATACommand::setLBA28( UInt32 lba, ataUnitID inUnit)
697 IOATACommand::setEndResult(UInt8 inStatus, UInt8 endError )
706 IOATACommand::getExtendedLBA(void)
739 IOExtendedLBA::createIOExtendedLBA(IOATACommand* inOwner)