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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOTypes.h88 #define IOPhysical32( hi, lo ) ((UInt64) lo + ((UInt64)(hi) << 32))
95 #define IOPhysical32( hi, lo ) (lo) macro
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp978 *len = IOPhysical32( cellsIn[ childAddressCells ],
981 *len = IOPhysical32( 0, cellsIn[ childAddressCells ] );
988 *phys = IOPhysical32( 0, cell[ childAddressCells - 1 ] + offset);

Completed in 25 milliseconds