Searched refs:IOPhysicalLength (Results 1 - 9 of 9) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryCursor.h67 IOPhysicalLength length;
95 IOPhysicalLength maxSegmentSize;
99 IOPhysicalLength maxTransferSize;
103 IOPhysicalLength alignMask;
117 IOPhysicalLength maxSegmentSize = 0,
118 IOPhysicalLength maxTransferSize = 0,
119 IOPhysicalLength alignment = 1);
131 IOPhysicalLength maxSegmentSize = 0,
132 IOPhysicalLength maxTransferSize = 0,
133 IOPhysicalLength alignmen
[all...]
H A DIODeviceMemory.h58 IOPhysicalLength length;
82 IOPhysicalLength length );
95 IOPhysicalLength length );
H A DIOTypes.h97 typedef IOPhysicalLength64 IOPhysicalLength; typedef
104 typedef IOPhysicalLength32 IOPhysicalLength; typedef
H A DIODeviceTreeSupport.h89 IOPhysicalAddress * phys, IOPhysicalLength * len );
/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryCursor.cpp44 IOPhysicalLength inMaxSegmentSize,
45 IOPhysicalLength inMaxTransferSize,
46 IOPhysicalLength inAlignment)
66 IOPhysicalLength inMaxSegmentSize,
67 IOPhysicalLength inMaxTransferSize,
68 IOPhysicalLength inAlignment)
93 maxTransferSize = (IOPhysicalLength) -1;
205 IONaturalMemoryCursor::withSpecification(IOPhysicalLength inMaxSegmentSize,
206 IOPhysicalLength inMaxTransferSize,
207 IOPhysicalLength inAlignmen
[all...]
H A DIODeviceMemory.cpp36 IOPhysicalLength length )
46 IOPhysicalLength length )
H A DIODeviceTreeSupport.cpp983 IOPhysicalAddress * phys, IOPhysicalLength * lenOut )
1129 IOPhysicalLength len;
H A DIOMemoryDescriptor.cpp2510 IOPhysicalLength length;
3043 IOPhysicalLength segLen;
3566 IOPhysicalLength segLen;
3590 IOPhysicalLength allLen;
3979 IOMemoryMap::getPhysicalSegment( IOByteCount _offset, IOPhysicalLength * _length, IOOptionBits _options)
3981 IOMemoryMap::getPhysicalSegment( IOByteCount _offset, IOPhysicalLength * _length)
H A DIODMACommand.cpp1049 IOPhysicalLength segLen;

Completed in 105 milliseconds