Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Dkexec.c394 ret = fdt_setprop_u64(fdt, chosen_node, "linux,initrd-start", in of_kexec_alloc_and_setup_fdt()
399 ret = fdt_setprop_u64(fdt, chosen_node, "linux,initrd-end", in of_kexec_alloc_and_setup_fdt()
480 ret = fdt_setprop_u64(fdt, chosen_node, "kaslr-seed", seed); in of_kexec_alloc_and_setup_fdt()
/linux/scripts/dtc/libfdt/
H A Dlibfdt.h1760 * fdt_setprop_u64 - set a property to a 64-bit integer
1766 * fdt_setprop_u64() sets the value of the named property in the given
1787 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64() function