Home | History | Annotate | Download | only in libfdt

Lines Matching defs:fdt_setprop_u32

1413  * fdt_setprop_u32 - set a property to a 32-bit integer
1419 * fdt_setprop_u32() sets the value of the named property in the given
1440 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name,
1485 * This is an alternative name for fdt_setprop_u32()
1490 return fdt_setprop_u32(fdt, nodeoffset, name, val);