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

/freebsd-11-stable/contrib/dtc/
H A Ddtc.c34 int phandle_format = PHANDLE_BOTH; /* Use linux,phandle or phandle properties */ variable
237 phandle_format = PHANDLE_LEGACY;
239 phandle_format = PHANDLE_EPAPR;
241 phandle_format = PHANDLE_BOTH;
H A Ddtc.h57 extern int phandle_format; /* Use linux,phandle or phandle properties */
H A Dlivetree.c554 && (phandle_format & PHANDLE_LEGACY))
560 && (phandle_format & PHANDLE_EPAPR))
/freebsd-11-stable/usr.bin/dtc/
H A Dfdt.hh723 enum phandle_format enum in class:dtc::fdt::device_tree
736 phandle_format phandle_node_name = EPAPR;
997 inline void set_phandle_format(phandle_format f)

Completed in 172 milliseconds