HomeSort by relevance Sort by last modified time
    Searched refs:check_property_cell (Results 1 - 3 of 3) sorted by null

  /external/dtc/tests/
find_property.c 37 check_property_cell(fdt, 0, "prop-int", TEST_VALUE_1);
subnode_offset.c 73 check_property_cell(fdt, subnode1_offset, "prop-int", TEST_VALUE_1);
74 check_property_cell(fdt, subnode2_offset, "prop-int", TEST_VALUE_2);
80 check_property_cell(fdt, subsubnode1_offset, "prop-int", TEST_VALUE_1);
81 check_property_cell(fdt, subsubnode2_offset, "prop-int", TEST_VALUE_2);
82 check_property_cell(fdt, subsubnode2_offset2, "prop-int", TEST_VALUE_2);
tests.h 100 #define check_property_cell(fdt, nodeoffset, name, val) \ macro

Completed in 169 milliseconds