Home
last modified time | relevance | path

Searched refs:byteCount (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/iokit/Kernel/
H A DIODMAEventSource.cpp104 …DMACommand(IODMACommand *dmaCommand, IODirection direction, IOByteCount byteCount, IOByteCount byt… in startDMACommand() argument
120 result = dmaController->startDMACommand(dmaIndex, dmaCommand, direction, byteCount, byteOffset); in startDMACommand()
190 IODMAEventSource::setFrameSize(UInt8 byteCount) in setFrameSize() argument
196 return dmaController->setFrameSize(dmaIndex, byteCount); in setFrameSize()
/xnu-8020.101.4/iokit/IOKit/
H A DIODMAController.h53 IOByteCount byteCount = 0, IOByteCount byteOffset = 0) = 0;
61 virtual IOReturn setFrameSize(UInt32 dmaIndex, UInt8 byteCount) = 0;
H A DIODMAEventSource.h61 …DMACommand(IODMACommand *dmaCommand, IODirection direction, IOByteCount byteCount = 0, IOByteCount…
70 virtual IOReturn setFrameSize(UInt8 byteCount);