HomeSort by relevance Sort by last modified time
    Searched refs:linux_phandle (Results 1 - 2 of 2) sorted by null

  /external/dtc/tests/
trees.S 115 PROP_INT(test_tree1, linux_phandle, PHANDLE_1)
141 STRING(test_tree1, linux_phandle, "linux,phandle")
  /external/dtc/
checks.c 452 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 174 milliseconds