Searched refs:linux_phandle (Results 1 – 2 of 2) sorted by relevance
/external/dtc/tests/ |
D | trees.S | 111 PROP_INT(test_tree1, linux_phandle, PHANDLE_1) 137 STRING(test_tree1, linux_phandle, "linux,phandle")
|
/external/dtc/ |
D | checks.c | 514 cell_t phandle, linux_phandle; in check_explicit_phandles() local 521 linux_phandle = check_phandle_prop(c, dti, node, "linux,phandle"); in check_explicit_phandles() 523 if (!phandle && !linux_phandle) in check_explicit_phandles() 527 if (linux_phandle && phandle && (phandle != linux_phandle)) in check_explicit_phandles() 531 if (linux_phandle && !phandle) in check_explicit_phandles() 532 phandle = linux_phandle; in check_explicit_phandles()
|