Searched refs:fdt_setprop_u64 (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/of/
H A Dkexec.c357 ret = fdt_setprop_u64(fdt, chosen_node, "linux,initrd-start",
362 ret = fdt_setprop_u64(fdt, chosen_node, "linux,initrd-end",
438 ret = fdt_setprop_u64(fdt, chosen_node, "kaslr-seed", seed);
/linux-master/scripts/dtc/libfdt/
H A Dlibfdt.h1699 * fdt_setprop_u64 - set a property to a 64-bit integer
1705 * fdt_setprop_u64() sets the value of the named property in the given
1726 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, function

Completed in 387 milliseconds