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

/freebsd-10.0-release/usr.bin/dtc/
H A Dfdt.hh565 * The format that we should use for writing phandles.
605 * A collection of property values that refer to phandles. These will
609 std::vector<property_value*> phandles; member in class:dtc::fdt::device_tree
617 * A map of used phandle values to nodes. All phandles must be unique,
622 * find phandles that were provided by the user explicitly when we are
H A Dfdt.cc924 // Now we collect the phandles and properties that reference
932 phandles.push_back(&*p);
986 for (std::vector<property_value*>::iterator i=phandles.begin(), e=phandles.end() ; i!=e ; ++i)
1015 // if we have used 2^32 phandles, at
/freebsd-10.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex276 One complication arises for representing ``phandles'' in the flattened
281 Sometimes phandles are also used within the tree to refer to other
470 assign and remember phandles for the various interrupt controller

Completed in 74 milliseconds