Home | History | Annotate | Download | only in libfdt

Lines Matching defs:fdt_setprop_inplace_u32

1146  * fdt_setprop_inplace_u32 - change the value of a 32-bit integer property
1152 * fdt_setprop_inplace_u32() replaces the value of a given property
1173 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset,
1218 * This is an alternative name for fdt_setprop_inplace_u32()
1223 return fdt_setprop_inplace_u32(fdt, nodeoffset, name, val);