Searched refs:IOPhysical32 (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOTypes.h104 #define IOPhysical32( hi, lo ) ((UInt64) lo + ((UInt64)(hi) << 32)) macro
111 #define IOPhysical32( hi, lo ) (lo) macro
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODeviceTreeSupport.cpp983 *len = IOPhysical32( cellsIn[ childAddressCells + 1],
986 *len = IOPhysical32( 0, cellsIn[ childAddressCells ] );
994 *phys = IOPhysical32( cell[ childAddressCells - 1 ], cell [ childAddressCells - 2 ]);
996 *phys = IOPhysical32( 0, cell[ childAddressCells - 1 ]);
1034 uint64_t sum = endCell[childAddressCells - 2] + IOPhysical32(range[childCells + addressCells - 1], range[childCells + addressCells - 2]);
1056 sum = endCell[childAddressCells - 2] + IOPhysical32(cell[childCells - 1], cell[childCells - 2]) - 1;

Completed in 608 milliseconds