Home
last modified time | relevance | path

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

/xnu-10063.121.3/iokit/IOKit/
H A DIODMACommand.h122 kForceDoubleBuffer = 0x01000000 enumerator
/xnu-10063.121.3/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp207 ret = dma->synchronize(IODMACommand::kForceDoubleBuffer | kIODirectionOut); in IODMACommandForceDoubleBufferTest()
/xnu-10063.121.3/iokit/Kernel/
H A DIODMACommand.cpp1150 if (kForceDoubleBuffer & options) { in synchronize()