Home
last modified time | relevance | path

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

/external/dtc/tests/
Dappendprop2.c43 CHECK(fdt_appendprop_u64(fdt, 0, "prop-int64", TEST_VALUE64_1)); in main()
Dappendprop1.c49 CHECK(fdt_appendprop_u64(fdt, 0, "prop-int64", TEST_VALUE64_1)); in main()
/external/dtc/libfdt/
Dlibfdt.h1857 static inline int fdt_appendprop_u64(void *fdt, int nodeoffset, in fdt_appendprop_u64() function