Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dspin_table.c49 ret = fdt_setprop_u64(fdt, offset, "cpu-release-addr", in spin_table_update_dt()
/rk3399_rockchip-uboot/scripts/dtc/libfdt/
H A Dlibfdt.h1545 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64() function
/rk3399_rockchip-uboot/lib/rsa/
H A Drsa-sign.c919 ret = fdt_setprop_u64(keydest, node, "rsa,exponent", exponent); in rsa_add_verify_data()
/rk3399_rockchip-uboot/common/
H A Dfdt_support.c193 return fdt_setprop_u64(fdt, nodeoffset, name, val); in fdt_setprop_uxx()