Home
last modified time | relevance | path

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

/external/dtc/tests/
Dsubnode_offset.c73 check_property_cell(fdt, subnode1_offset, "prop-int", TEST_VALUE_1); in main()
74 check_property_cell(fdt, subnode2_offset, "prop-int", TEST_VALUE_2); in main()
80 check_property_cell(fdt, subsubnode1_offset, "prop-int", TEST_VALUE_1); in main()
81 check_property_cell(fdt, subsubnode2_offset, "prop-int", TEST_VALUE_2); in main()
82 check_property_cell(fdt, subsubnode2_offset2, "prop-int", TEST_VALUE_2); in main()
Dfind_property.c37 check_property_cell(fdt, 0, "prop-int", TEST_VALUE_1); in main()
Dtests.h100 #define check_property_cell(fdt, nodeoffset, name, val) \ macro