Searched refs:fdt_setprop_u64 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/of/ |
A D | kexec.c | 342 ret = fdt_setprop_u64(fdt, chosen_node, "linux,initrd-start", in of_kexec_alloc_and_setup_fdt() 347 ret = fdt_setprop_u64(fdt, chosen_node, "linux,initrd-end", in of_kexec_alloc_and_setup_fdt() 412 ret = fdt_setprop_u64(fdt, chosen_node, "kaslr-seed", seed); in of_kexec_alloc_and_setup_fdt()
|
/linux/scripts/dtc/libfdt/ |
A D | libfdt.h | 1719 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64() function
|
Completed in 5 milliseconds