Searched refs:fdt_setprop_u32 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/dtc/libfdt/
H A Dlibfdt.h1419 * fdt_setprop_u32 - set a property to a 32-bit integer
1425 * fdt_setprop_u32() sets the value of the named property in the given
1446 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, function
1491 * This is an alternative name for fdt_setprop_u32()
1496 return fdt_setprop_u32(fdt, nodeoffset, name, val);
/freebsd-11-stable/sys/contrib/libfdt/
H A Dlibfdt.h1486 * fdt_setprop_u32 - set a property to a 32-bit integer
1492 * fdt_setprop_u32() sets the value of the named property in the given
1513 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, function
1558 * This is an alternative name for fdt_setprop_u32()
1563 return fdt_setprop_u32(fdt, nodeoffset, name, val);

Completed in 115 milliseconds