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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp108 gIODTSizeCellKey = OSSymbol::withCStringNoCopy( "#size-cells" );
109 gIODTAddressCellKey = OSSymbol::withCStringNoCopy( "#address-cells" );
135 = OSSymbol::withCStringNoCopy("#interrupt-cells");
944 // Given addr & len cells from our child, find it in our ranges property, then
948 // #cells: child ours child
956 // cells in addresses at regEntry
958 // cells in addresses below regEntry
1074 UInt32 sizeCells, addressCells, cells; local
1091 cells = sizeCells + addressCells;
1093 num = addressProperty->getLength() / (4 * cells);
[all...]

Completed in 15 milliseconds