Home
last modified time | relevance | path

Searched refs:check_property_cell (Results 1 – 3 of 3) sorted by relevance

/external/dtc/tests/
Dsubnode_offset.c60 check_property_cell(fdt, subnode1_offset, "prop-int", TEST_VALUE_1); in main()
61 check_property_cell(fdt, subnode2_offset, "prop-int", TEST_VALUE_2); in main()
67 check_property_cell(fdt, subsubnode1_offset, "prop-int", TEST_VALUE_1); in main()
68 check_property_cell(fdt, subsubnode2_offset, "prop-int", TEST_VALUE_2); in main()
69 check_property_cell(fdt, subsubnode2_offset2, "prop-int", TEST_VALUE_2); in main()
Dfind_property.c24 check_property_cell(fdt, 0, "prop-int", TEST_VALUE_1); in main()
Dtests.h87 #define check_property_cell(fdt, nodeoffset, name, val) \ macro