Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIODeviceTreeSupport.cpp1232 UInt32 childSizeCells, childAddressCells; in IODTResolveAddressCell() local
1250 childCells = childAddressCells + childSizeCells; in IODTResolveAddressCell()
1263 *phys = CellsValue( childAddressCells, cell ); in IODTResolveAddressCell()
1288 if (!compare && (addressCells == childAddressCells)) { in IODTResolveAddressCell()
1299 diff = (*compare)( childAddressCells, cell, range ); in IODTResolveAddressCell()
1305 bcopy(range, endCell, childAddressCells * sizeof(UInt32)); in IODTResolveAddressCell()
1308 AddLengthToCells(childAddressCells, endCell, rangeLen); in IODTResolveAddressCell()
1310 diff2 = (*compare)( childAddressCells, cell, endCell ); in IODTResolveAddressCell()
1322 bcopy(cell, endCell, childAddressCells * sizeof(UInt32)); in IODTResolveAddressCell()
1324 AddLengthToCells(childAddressCells, endCell, len - 1); in IODTResolveAddressCell()
[all …]