Searched refs:TEST_VALUE_1 (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/gpl2/dtc/dist/tests/
H A Dfind_property.c26 check_property_cell(fdt, 0, "prop-int", TEST_VALUE_1);
H A Dgetprop.c27 check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1);
H A Dsetprop_inplace.c35 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1);
38 err = fdt_setprop_inplace_cell(fdt, 0, "prop-int", ~TEST_VALUE_1);
41 ~TEST_VALUE_1, fdt_strerror(err));
42 intp = check_getprop_cell(fdt, 0, "prop-int", ~TEST_VALUE_1);
H A Dsized_cells.c45 TEST_VALUE_1 >> 24};
57 expected_16[5] = cpu_to_fdt16(TEST_VALUE_1 >> 16);
58 expected_32[5] = cpu_to_fdt32(TEST_VALUE_1);
H A Drw_tree1.c54 CHECK(fdt_setprop_u32(fdt, 0, "prop-int", TEST_VALUE_1));
61 CHECK(fdt_setprop_cell(fdt, s1, "prop-int", TEST_VALUE_1));
65 CHECK(fdt_setprop_cell(fdt, offset, "prop-int", TEST_VALUE_1));
H A Dget_prop_offset.c32 TEST_VALUE_1))
H A Dadd_subnode_with_nops.c51 CHECK(fdt_property_cell(fdt, "prop1", TEST_VALUE_1));
61 check_getprop_cell(fdt, 0, "prop1", TEST_VALUE_1);
H A Dfs_tree1.c97 mkfile_u32("prop-int", TEST_VALUE_1);
108 mkfile_u32("prop-int", TEST_VALUE_1);
115 mkfile_u32("prop-int", TEST_VALUE_1);
H A Dtestdata.h22 #define TEST_VALUE_1 0xdeadbeef macro
H A Dnop_property.c32 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1);
H A Dsubnode_offset.c62 check_property_cell(fdt, subnode1_offset, "prop-int", TEST_VALUE_1);
69 check_property_cell(fdt, subsubnode1_offset, "prop-int", TEST_VALUE_1);
H A Dnode_offset_by_prop_value.c84 check_search_cell(fdt, "prop-int", TEST_VALUE_1, 0, subnode1_offset,
94 check_search_cell(fdt, "prop-int", TEST_VALUE_1+1, -FDT_ERR_NOTFOUND);
H A Dsw_states.c78 CHECK_OK(fdt_property_u32(fdt, "prop-int", TEST_VALUE_1));
87 CHECK_OK(fdt_property_cell(fdt, "prop-int", TEST_VALUE_1));
91 CHECK_OK(fdt_property_cell(fdt, "prop-int", TEST_VALUE_1));
H A Dappendprop1.c50 CHECK(fdt_appendprop_cell(fdt, 0, "prop-int", TEST_VALUE_1));
H A Dtrees.S87 PROP_INT(test_tree1, prop_int, TEST_VALUE_1)
96 PROP_INT(test_tree1, prop_int, TEST_VALUE_1)
101 PROP_INT(test_tree1, prop_int, TEST_VALUE_1)
200 PROP_INT(bad_prop_char, prop, TEST_VALUE_1)
H A Dsetprop.c43 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1);
H A Ddel_property.c36 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1);
H A Drw_oom.c62 CHECK(fdt_setprop_u32(fdt, 0, "prop-int", TEST_VALUE_1));
H A Dnop_node.c34 check_getprop_cell(fdt, subnode1_offset, "prop-int", TEST_VALUE_1);
H A Dsw_tree1.c177 CHECK(fdt_property_u32(fdt, "prop-int", TEST_VALUE_1));
186 CHECK(fdt_property_cell(fdt, "prop-int", TEST_VALUE_1));
192 CHECK(fdt_property_cell(fdt, "prop-int", TEST_VALUE_1));
H A Ddel_node.c39 check_getprop_cell(fdt, subnode1_offset, "prop-int", TEST_VALUE_1);
H A Dpylibfdt_tests.py30 TEST_VALUE_1 = 0xdeadbeef variable
430 self.fdt.setprop_u32(node, prop, TEST_VALUE_1)
431 self.assertEquals(struct.pack('>I', TEST_VALUE_1),
512 sw.property_u32('prop-int', TEST_VALUE_1)
514 sw.property_u32('prop-int', TEST_VALUE_1)
523 sw.property_cell('prop-int', TEST_VALUE_1)
526 sw.property_cell('prop-int', TEST_VALUE_1)

Completed in 79 milliseconds