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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp959 UInt32 childSizeCells, childAddressCells; local
973 IODTGetCellCounts( regEntry, &childSizeCells, &childAddressCells );
974 childCells = childAddressCells + childSizeCells;
978 *len = IOPhysical32( cellsIn[ childAddressCells ],
979 cellsIn[ childAddressCells + 1 ] );
981 *len = IOPhysical32( 0, cellsIn[ childAddressCells ] );
988 *phys = IOPhysical32( 0, cell[ childAddressCells - 1 ] + offset);
1013 diff = (*compare)( childAddressCells, cell, range );
1015 bcopy(range, endCell, childAddressCells * sizeof(UInt32));
1016 endCell[childAddressCells
[all...]

Completed in 9 milliseconds