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

/gem5/ext/libfdt/
H A Dlibfdt.h1111 * fdt_setprop_u32 - set a property to a 32-bit integer
1117 * fdt_setprop_u32() sets the value of the named property in the given
1138 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, function
1183 * This is an alternative name for fdt_setprop_u32()
1188 return fdt_setprop_u32(fdt, nodeoffset, name, val);

Completed in 8 milliseconds