Home | History | Annotate | Download | only in Include

Lines Matching defs:fdt_setprop_u32

1163  * fdt_setprop_u32 - set a property to a 32-bit integer

1169 * fdt_setprop_u32() sets the value of the named property in the given
1190 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name,
1235 * This is an alternative name for fdt_setprop_u32()
1240 return fdt_setprop_u32(fdt, nodeoffset, name, val);