Home | History | Annotate | Download | only in libfdt

Lines Matching refs:fdt_appendprop_u32

1591  * fdt_appendprop_u32 - append a 32-bit integer value to a property
1597 * fdt_appendprop_u32() appends the given 32-bit integer value
1618 static inline int fdt_appendprop_u32(void *fdt, int nodeoffset,
1663 * This is an alternative name for fdt_appendprop_u32()
1668 return fdt_appendprop_u32(fdt, nodeoffset, name, val);