Searched refs:fdt_setprop_cell (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/ |
D | BdsLinuxFdt.c | 626 fdt_setprop_cell (fdt, node, "#address-cells", sizeof (UINTN) / 4); in AmdStyxPrepareFdt() 627 fdt_setprop_cell(fdt, node, "#size-cells", 0); in AmdStyxPrepareFdt() 648 fdt_setprop_cell (fdt, cpu_node, "phandle", phandle[Index]); in AmdStyxPrepareFdt() 649 fdt_setprop_cell (fdt, cpu_node, "linux,phandle", phandle[Index]); in AmdStyxPrepareFdt() 708 fdt_setprop_cell (fdt, cpu_node, "cpu", phandle[CoreIndex]); in AmdStyxPrepareFdt()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/ |
D | libfdt.h | 1237 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell() function
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/ |
D | libfdt.h | 1487 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell() function
|