Home
last modified time | relevance | path

Searched refs:fdt_setprop_u64 (Results 1 – 6 of 6) sorted by relevance

/u-boot/arch/arm/cpu/armv8/
A Dspin_table.c48 ret = fdt_setprop_u64(fdt, offset, "cpu-release-addr", in spin_table_update_dt()
/u-boot/common/
A Dfdt_support.c181 return fdt_setprop_u64(fdt, nodeoffset, name, val); in fdt_setprop_uxx()
609 fdt_setprop_u64(blob, node, "load", load_addr); in fdt_record_loadable()
611 fdt_setprop_u64(blob, node, "entry", entry_point); in fdt_record_loadable()
880 ret = fdt_setprop_u64(blob, newoff, in fdt_node_set_part_info()
/u-boot/cmd/
A Dpstore.c513 fdt_setprop_u64(blob, nodeoffset, "reg", pstore_addr); in fdt_fixup_pstore()
/u-boot/scripts/dtc/libfdt/
A Dlibfdt.h1650 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64() function
/u-boot/lib/rsa/
A Drsa-sign.c813 ret = fdt_setprop_u64(keydest, node, "rsa,exponent", exponent); in rsa_add_verify_data()
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped618 return check_err(fdt_setprop_u64(self._fdt, nodeoffset, prop_name, val),

Completed in 14 milliseconds