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

/netbsd-current/external/gpl2/dtc/dist/tests/
H A Dnode_offset_by_compatible.c45 int subsubnode1_offset, subsubnode2_offset; local
52 subsubnode1_offset = fdt_path_offset(fdt, "/subnode@1/subsubnode");
56 || (subsubnode1_offset < 0) || (subsubnode2_offset < 0))
61 check_search(fdt, "subsubnode1", subsubnode1_offset, -FDT_ERR_NOTFOUND);
65 if (subsubnode1_offset < subsubnode2_offset)
66 check_search(fdt, "subsubnode", subsubnode1_offset,
70 subsubnode1_offset, -FDT_ERR_NOTFOUND);
H A Dnode_offset_by_prop_value.c70 int subsubnode1_offset, subsubnode2_offset; local
77 subsubnode1_offset = fdt_path_offset(fdt, "/subnode@1/subsubnode");
81 || (subsubnode1_offset < 0) || (subsubnode2_offset < 0))
85 subsubnode1_offset, -FDT_ERR_NOTFOUND);
H A Dsubnode_offset.c50 int subsubnode1_offset, subsubnode2_offset, subsubnode2_offset2; local
65 subsubnode1_offset = check_subnode(fdt, subnode1_offset, "subsubnode");
69 check_property_cell(fdt, subsubnode1_offset, "prop-int", TEST_VALUE_1);
H A Dpath_offset.c85 int subsubnode1_offset, subsubnode2_offset, subsubnode2_offset2; local
98 subsubnode1_offset = check_subnode(fdt, subnode1_offset, "subsubnode");
102 check_path_offset(fdt, "/subnode@1/subsubnode", subsubnode1_offset);

Completed in 143 milliseconds