Searched refs:fdt_appendprop_string (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/arch/arm/lib/ |
H A D | psci-dt.c | 81 tmp = fdt_appendprop_string(fdt, nodeoff, in fdt_psci() 92 tmp = fdt_appendprop_string(fdt, nodeoff, in fdt_psci()
|
/openbmc/u-boot/board/freescale/lx2160a/ |
H A D | eth_lx2160aqds.c | 714 ret = fdt_appendprop_string(fdt, *subnodeoffset, "compatible", in fdt_create_phy_node() 721 ret = fdt_appendprop_string(fdt, *subnodeoffset, "compatible", in fdt_create_phy_node()
|
/openbmc/u-boot/scripts/dtc/libfdt/ |
H A D | libfdt.h | 1768 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ macro
|
/openbmc/linux/scripts/dtc/libfdt/ |
H A D | libfdt.h | 1955 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ macro
|
/openbmc/u-boot/drivers/net/fsl-mc/ |
H A D | mc.c | 346 err = fdt_appendprop_string(blob, noff, in mc_fixup_dpc_mac_addr()
|