Searched refs:fdt_appendprop_u32 (Results 1 - 1 of 1) sorted by relevance

/external/dtc/libfdt/
H A Dlibfdt.h1624 * fdt_appendprop_u32 - append a 32-bit integer value to a property
1630 * fdt_appendprop_u32() appends the given 32-bit integer value
1651 static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, function
1696 * This is an alternative name for fdt_appendprop_u32()
1701 return fdt_appendprop_u32(fdt, nodeoffset, name, val);

Completed in 158 milliseconds