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

/xnu-2422.115.4/iokit/Kernel/
H A DIODMAEventSource.cpp136 IOReturn IODMAEventSource::setFIFODepth(IOByteCount depth) function in class:IODMAEventSource
140 return dmaController->setFIFODepth(dmaIndex, depth);
/xnu-2422.115.4/iokit/IOKit/
H A DIODMAController.h58 virtual IOReturn setFIFODepth(UInt32 dmaIndex, IOByteCount depth) = 0;
H A DIODMAEventSource.h66 virtual IOReturn setFIFODepth(IOByteCount depth);

Completed in 22 milliseconds