Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIODeviceTreeSupport.cpp1187 CellsValue( UInt32 numCells, UInt32 *cells) in CellsValue() function
1257 *lenOut = CellsValue( childSizeCells, cellsIn + childAddressCells ); in IODTResolveAddressCell()
1263 *phys = CellsValue( childAddressCells, cell ); in IODTResolveAddressCell()
1307 rangeLen = CellsValue(childSizeCells, range + childAddressCells + addressCells); in IODTResolveAddressCell()
1317 len = CellsValue(childSizeCells, cell + childAddressCells); in IODTResolveAddressCell()
1335 UInt64 rangeStart = CellsValue(addressCells, range + childAddressCells); in IODTResolveAddressCell()
1336 UInt64 lookRangeStart = CellsValue(addressCells, lookRange + childAddressCells); in IODTResolveAddressCell()