Home
last modified time | relevance | path

Searched refs:PHANDLE_2 (Results 1 – 8 of 8) sorted by relevance

/external/dtc/tests/
Dget_phandle.c65 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()
Dnode_offset_by_phandle.c44 check_search(fdt, PHANDLE_2, subsubnode2_offset); in main()
Dtestdata.h28 #define PHANDLE_2 0x2001 macro
Drw_tree1.c71 CHECK(fdt_setprop_cell(fdt, offset, "linux,phandle", PHANDLE_2)); in main()
Dsw_states.c103 CHECK_OK(fdt_property_cell(fdt, "phandle", PHANDLE_2)); in main()
Dsw_tree1.c204 CHECK(fdt_property_cell(fdt, "phandle", PHANDLE_2)); in main()
Dtrees.S118 PROP_INT(test_tree1, phandle, PHANDLE_2)
Dpylibfdt_tests.py38 PHANDLE_2 = 0x2001 variable
543 sw.property_cell('phandle', PHANDLE_2)