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

/u-boot/arch/arm/cpu/armv8/
H A Dspin_table.c48 ret = fdt_setprop_u64(fdt, offset, "cpu-release-addr",
/u-boot/scripts/dtc/libfdt/
H A Dlibfdt.h1623 * fdt_setprop_u64 - set a property to a 64-bit integer
1629 * fdt_setprop_u64() sets the value of the named property in the given
1650 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, function
/u-boot/cmd/
H A Dpstore.c531 fdt_setprop_u64(blob, nodeoffset, "reg", pstore_addr);
/u-boot/boot/
H A Dfdt_support.c186 return fdt_setprop_u64(fdt, nodeoffset, name, val);
660 fdt_setprop_u64(blob, node, "load", load_addr);
662 fdt_setprop_u64(blob, node, "entry", entry_point);
955 ret = fdt_setprop_u64(blob, newoff,
/u-boot/lib/rsa/
H A Drsa-sign.c694 ret = fdt_setprop_u64(keydest, node, "rsa,exponent", exponent);

Completed in 115 milliseconds