Home
last modified time | relevance | path

Searched refs:fdt_appendprop_string (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/arm/lib/
H A Dpsci-dt.c81 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 Deth_lx2160aqds.c714 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 Dlibfdt.h1768 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ macro
/openbmc/linux/scripts/dtc/libfdt/
H A Dlibfdt.h1955 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ macro
/openbmc/u-boot/drivers/net/fsl-mc/
H A Dmc.c346 err = fdt_appendprop_string(blob, noff, in mc_fixup_dpc_mac_addr()