Home | History | Annotate | Download | only in libfdt

Lines Matching defs:fdt_setprop_u32

1452  * fdt_setprop_u32 - set a property to a 32-bit integer
1458 * fdt_setprop_u32() sets the value of the named property in the given
1479 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name,
1524 * This is an alternative name for fdt_setprop_u32()
1529 return fdt_setprop_u32(fdt, nodeoffset, name, val);