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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIODMAController.h57 virtual IOByteCount getFIFODepth(UInt32 dmaIndex) = 0;
H A DIODMAEventSource.h64 virtual IOByteCount getFIFODepth();
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMAEventSource.cpp122 IOByteCount IODMAEventSource::getFIFODepth() function in class:IODMAEventSource
126 return dmaController->getFIFODepth(dmaIndex);

Completed in 21 milliseconds