Searched defs:linux_phandle (Results 1 - 1 of 1) sorted by relevance

/external/dtc/
H A Dchecks.c452 cell_t phandle, linux_phandle; local
459 linux_phandle = check_phandle_prop(c, dti, node, "linux,phandle");
461 if (!phandle && !linux_phandle)
465 if (linux_phandle && phandle && (phandle != linux_phandle))
469 if (linux_phandle && !phandle)
470 phandle = linux_phandle;

Completed in 216 milliseconds