Home
last modified time | relevance | path

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

/xnu-11417.121.6/iokit/DriverKit/
H A DIOTypes.h140 #define IOPhysical32( hi, lo ) ((UInt64) lo + ((UInt64)(hi) << 32)) macro
147 #define IOPhysical32( hi, lo ) (lo) macro
/xnu-11417.121.6/iokit/IOKit/
H A DIOTypes.h140 #define IOPhysical32( hi, lo ) ((UInt64) lo + ((UInt64)(hi) << 32)) macro
147 #define IOPhysical32( hi, lo ) (lo) macro
/xnu-11417.121.6/iokit/Kernel/
H A DIODeviceTreeSupport.cpp1144 diff = IOPhysical32(left[1], left[0]) - IOPhysical32(right[1], right[0]); in DefaultCompare()
1190 return IOPhysical32( 0, cells[0] ); in CellsValue()
1193 return IOPhysical32( cells[numCells - 1], cells[numCells - 2] ); in CellsValue()
1195 return IOPhysical32( cells[numCells - 2], cells[numCells - 1] ); in CellsValue()