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

/gem5/ext/libfdt/
H A Dlibfdt.h1253 * fdt_appendprop_u32 - append a 32-bit integer value to a property
1259 * fdt_appendprop_u32() appends the given 32-bit integer value
1280 static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, function
1325 * This is an alternative name for fdt_appendprop_u32()
1330 return fdt_appendprop_u32(fdt, nodeoffset, name, val);

Completed in 7 milliseconds