Searched refs:TEST_VALUE_2 (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl2/dtc/dist/tests/
H A Dsetprop.c65 err = fdt_setprop_u32(fdt, 0, "prop-u32", TEST_VALUE_2);
68 TEST_VALUE_2, fdt_strerror(err));
69 check_getprop_cell(fdt, 0, "prop-u32", TEST_VALUE_2);
71 err = fdt_setprop_cell(fdt, 0, "prop-cell", TEST_VALUE_2);
74 TEST_VALUE_2, fdt_strerror(err));
75 check_getprop_cell(fdt, 0, "prop-cell", TEST_VALUE_2);
H A Dadd_subnode_with_nops.c52 CHECK(fdt_property_cell(fdt, "prop2", TEST_VALUE_2));
62 check_getprop_cell(fdt, 0, "prop2", TEST_VALUE_2);
66 check_getprop_cell(fdt, 0, "prop2", TEST_VALUE_2);
70 check_getprop_cell(fdt, 0, "prop2", TEST_VALUE_2);
H A Dnop_node.c40 check_getprop_cell(fdt, subnode2_offset, "prop-int", TEST_VALUE_2);
46 check_getprop_cell(fdt, subsubnode2_offset, "prop-int", TEST_VALUE_2);
62 check_getprop_cell(fdt, subnode2_offset, "prop-int", TEST_VALUE_2);
68 check_getprop_cell(fdt, subsubnode2_offset, "prop-int", TEST_VALUE_2);
H A Dsubnode_offset.c63 check_property_cell(fdt, subnode2_offset, "prop-int", TEST_VALUE_2);
70 check_property_cell(fdt, subsubnode2_offset, "prop-int", TEST_VALUE_2);
71 check_property_cell(fdt, subsubnode2_offset2, "prop-int", TEST_VALUE_2);
H A Ddel_node.c45 check_getprop_cell(fdt, subnode2_offset, "prop-int", TEST_VALUE_2);
51 check_getprop_cell(fdt, subsubnode2_offset, "prop-int", TEST_VALUE_2);
67 check_getprop_cell(fdt, subnode2_offset, "prop-int", TEST_VALUE_2);
73 check_getprop_cell(fdt, subsubnode2_offset, "prop-int", TEST_VALUE_2);
H A Dappendprop2.c44 CHECK(fdt_appendprop_cell(fdt, 0, "prop-int", TEST_VALUE_2));
H A Dtestdata.h23 #define TEST_VALUE_2 123456789 macro
H A Drw_tree1.c71 CHECK(fdt_setprop_cell(fdt, s2, "prop-int", TEST_VALUE_2));
76 CHECK(fdt_setprop_cell(fdt, offset, "prop-int", TEST_VALUE_2));
H A Dfs_tree1.c133 mkfile_u32("prop-int", TEST_VALUE_2);
143 mkfile_u32("prop-int", TEST_VALUE_2);
H A Dsw_states.c100 CHECK_OK(fdt_property_cell(fdt, "prop-int", TEST_VALUE_2));
108 CHECK_OK(fdt_property_cell(fdt, "prop-int", TEST_VALUE_2));
H A Dnode_offset_by_prop_value.c87 check_search_cell(fdt, "prop-int", TEST_VALUE_2, subnode2_offset,
H A Dsw_tree1.c201 CHECK(fdt_property_cell(fdt, "prop-int", TEST_VALUE_2));
209 CHECK(fdt_property_cell(fdt, "prop-int", TEST_VALUE_2));
H A Dtrees.S112 PROP_INT(test_tree1, prop_int, TEST_VALUE_2)
120 PROP_INT(test_tree1, prop_int, TEST_VALUE_2)
H A Dpylibfdt_tests.py31 TEST_VALUE_2 = 123456789 variable
536 sw.property_cell('prop-int', TEST_VALUE_2)
543 sw.property_cell('prop-int', TEST_VALUE_2)

Completed in 107 milliseconds