Home
last modified time | relevance | path

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

/external/dtc/tests/
Dappendprop2.c42 CHECK(fdt_appendprop_cell(fdt, 0, "prop-int", TEST_VALUE_2)); in main()
Dappendprop1.c48 CHECK(fdt_appendprop_cell(fdt, 0, "prop-int", TEST_VALUE_1)); in main()
/external/dtc/libfdt/
Dlibfdt.h1869 static inline int fdt_appendprop_cell(void *fdt, int nodeoffset, in fdt_appendprop_cell() function