Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/
H A DIODMAEventSource.cpp168 IODMAEventSource::setFIFODepth(IOByteCount depth) in setFIFODepth() function in IODMAEventSource
174 return dmaController->setFIFODepth(dmaIndex, depth); in setFIFODepth()
/xnu-8796.121.2/iokit/IOKit/
H A DIODMAController.h59 virtual IOReturn setFIFODepth(UInt32 dmaIndex, IOByteCount depth) = 0;
H A DIODMAEventSource.h67 virtual IOReturn setFIFODepth(IOByteCount depth);