Searched refs:PHANDLE_2 (Results 1 – 8 of 8) sorted by relevance
/external/dtc/tests/ |
D | get_phandle.c | 65 check_phandle(fdt, "/subnode@2/subsubnode@0", PHANDLE_2); in main() 71 if (max != PHANDLE_2) in main() 73 PHANDLE_2); in main() 76 if (max != PHANDLE_2) in main() 78 max, PHANDLE_2); in main()
|
D | node_offset_by_phandle.c | 44 check_search(fdt, PHANDLE_2, subsubnode2_offset); in main()
|
D | testdata.h | 28 #define PHANDLE_2 0x2001 macro
|
D | rw_tree1.c | 71 CHECK(fdt_setprop_cell(fdt, offset, "linux,phandle", PHANDLE_2)); in main()
|
D | sw_states.c | 103 CHECK_OK(fdt_property_cell(fdt, "phandle", PHANDLE_2)); in main()
|
D | sw_tree1.c | 204 CHECK(fdt_property_cell(fdt, "phandle", PHANDLE_2)); in main()
|
D | trees.S | 118 PROP_INT(test_tree1, phandle, PHANDLE_2)
|
D | pylibfdt_tests.py | 38 PHANDLE_2 = 0x2001 variable 543 sw.property_cell('phandle', PHANDLE_2)
|