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

/gem5/ext/libfdt/
H A Dlibfdt.h839 * fdt_setprop_inplace_u32 - change the value of a 32-bit integer property
845 * fdt_setprop_inplace_u32() replaces the value of a given property
866 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, function
911 * This is an alternative name for fdt_setprop_inplace_u32()
916 return fdt_setprop_inplace_u32(fdt, nodeoffset, name, val);

Completed in 8 milliseconds