Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dphandle_format.c20 #define PHANDLE_EPAPR 0x2 macro
39 phandle_format = PHANDLE_EPAPR; in main()
59 if (phandle_format & PHANDLE_EPAPR) in main()
/netbsd-src/external/gpl2/dtc/dist/
H A Ddtc.c21 int phandle_format = PHANDLE_EPAPR; /* Use linux,phandle or phandle properties */
232 phandle_format = PHANDLE_EPAPR; in main()
H A Ddtc.h51 #define PHANDLE_EPAPR 0x2 macro
H A Dlivetree.c615 && (phandle_format & PHANDLE_EPAPR)) in get_node_phandle()