Searched refs:check_property_cell (Results 1 – 3 of 3) sorted by relevance
/external/dtc/tests/ |
D | subnode_offset.c | 73 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()
|
D | find_property.c | 37 check_property_cell(fdt, 0, "prop-int", TEST_VALUE_1); in main()
|
D | tests.h | 100 #define check_property_cell(fdt, nodeoffset, name, val) \ macro
|