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