Searched refs:fdt_appendprop_cell (Results 1 – 3 of 3) sorted by relevance
42 CHECK(fdt_appendprop_cell(fdt, 0, "prop-int", TEST_VALUE_2)); in main()
48 CHECK(fdt_appendprop_cell(fdt, 0, "prop-int", TEST_VALUE_1)); in main()
1869 static inline int fdt_appendprop_cell(void *fdt, int nodeoffset, in fdt_appendprop_cell() function