Home
last modified time | relevance | path

Searched refs:subsubnode1_offset (Results 1 – 4 of 4) sorted by relevance

/external/dtc/tests/
Dnode_offset_by_compatible.c56 int subsubnode1_offset, subsubnode2_offset; in main() local
63 subsubnode1_offset = fdt_path_offset(fdt, "/subnode@1/subsubnode"); in main()
67 || (subsubnode1_offset < 0) || (subsubnode2_offset < 0)) in main()
72 check_search(fdt, "subsubnode1", subsubnode1_offset, -FDT_ERR_NOTFOUND); in main()
76 if (subsubnode1_offset < subsubnode2_offset) in main()
77 check_search(fdt, "subsubnode", subsubnode1_offset, in main()
81 subsubnode1_offset, -FDT_ERR_NOTFOUND); in main()
Dnode_offset_by_prop_value.c81 int subsubnode1_offset, subsubnode2_offset; in main() local
88 subsubnode1_offset = fdt_path_offset(fdt, "/subnode@1/subsubnode"); in main()
92 || (subsubnode1_offset < 0) || (subsubnode2_offset < 0)) in main()
96 subsubnode1_offset, -FDT_ERR_NOTFOUND); in main()
Dsubnode_offset.c61 int subsubnode1_offset, subsubnode2_offset, subsubnode2_offset2; in main() local
76 subsubnode1_offset = check_subnode(fdt, subnode1_offset, "subsubnode"); in main()
80 check_property_cell(fdt, subsubnode1_offset, "prop-int", TEST_VALUE_1); in main()
Dpath_offset.c96 int subsubnode1_offset, subsubnode2_offset, subsubnode2_offset2; in main() local
109 subsubnode1_offset = check_subnode(fdt, subnode1_offset, "subsubnode"); in main()
113 check_path_offset(fdt, "/subnode@1/subsubnode", subsubnode1_offset); in main()