Searched refs:PHANDLE_1 (Results 1 – 8 of 8) sorted by relevance
/external/dtc/tests/ |
D | node_offset_by_phandle.c | 43 check_search(fdt, PHANDLE_1, subnode2_offset); in main() 45 check_search(fdt, ~PHANDLE_1, -FDT_ERR_NOTFOUND); in main()
|
D | testdata.h | 27 #define PHANDLE_1 0x2000 macro
|
D | get_phandle.c | 64 check_phandle(fdt, "/subnode@2", PHANDLE_1); in main()
|
D | rw_tree1.c | 68 CHECK(fdt_setprop_cell(fdt, s2, "linux,phandle", PHANDLE_1)); in main()
|
D | sw_states.c | 97 CHECK_OK(fdt_property_cell(fdt, "linux,phandle", PHANDLE_1)); in main()
|
D | sw_tree1.c | 198 CHECK(fdt_property_cell(fdt, "linux,phandle", PHANDLE_1)); in main()
|
D | trees.S | 111 PROP_INT(test_tree1, linux_phandle, PHANDLE_1)
|
D | pylibfdt_tests.py | 37 PHANDLE_1 = 0x2000 variable 537 sw.property_cell('linux,phandle', PHANDLE_1)
|