Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/
H A DIODMAEventSource.cpp179 IODMAEventSource::validFIFODepth(IOByteCount depth, IODirection direction) in validFIFODepth() function in IODMAEventSource
185 return dmaController->validFIFODepth(dmaIndex, depth, direction); in validFIFODepth()
/xnu-8796.121.2/iokit/IOKit/
H A DIODMAController.h60 virtual IOByteCount validFIFODepth(UInt32 dmaIndex, IOByteCount depth, IODirection direction) = 0;
H A DIODMAEventSource.h68 virtual IOByteCount validFIFODepth(IOByteCount depth, IODirection direction);