Home
last modified time | relevance | path

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

/external/dtc/tests/
Dnode_offset_by_phandle.c43 check_search(fdt, PHANDLE_1, subnode2_offset); in main()
45 check_search(fdt, ~PHANDLE_1, -FDT_ERR_NOTFOUND); in main()
Dtestdata.h27 #define PHANDLE_1 0x2000 macro
Dget_phandle.c64 check_phandle(fdt, "/subnode@2", PHANDLE_1); in main()
Drw_tree1.c68 CHECK(fdt_setprop_cell(fdt, s2, "linux,phandle", PHANDLE_1)); in main()
Dsw_states.c97 CHECK_OK(fdt_property_cell(fdt, "linux,phandle", PHANDLE_1)); in main()
Dsw_tree1.c198 CHECK(fdt_property_cell(fdt, "linux,phandle", PHANDLE_1)); in main()
Dtrees.S111 PROP_INT(test_tree1, linux_phandle, PHANDLE_1)
Dpylibfdt_tests.py37 PHANDLE_1 = 0x2000 variable
537 sw.property_cell('linux,phandle', PHANDLE_1)