Searched refs:fdt_appendprop_string (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/arch/arm/lib/ |
D | psci-dt.c | 79 tmp = fdt_appendprop_string(fdt, nodeoff, in fdt_psci() 90 tmp = fdt_appendprop_string(fdt, nodeoff, in fdt_psci()
|
/external/dtc/tests/ |
D | appendprop2.c | 57 CHECK(fdt_appendprop_string(fdt, 0, "prop-str", TEST_STRING_2)); in main()
|
D | appendprop1.c | 63 CHECK(fdt_appendprop_string(fdt, 0, "prop-str", TEST_STRING_1)); in main()
|
/external/dtc/libfdt/ |
D | libfdt.h | 1731 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ macro
|
/external/u-boot/scripts/dtc/libfdt/ |
D | libfdt.h | 1765 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ macro
|
/external/u-boot/drivers/net/fsl-mc/ |
D | mc.c | 309 err = fdt_appendprop_string(blob, noff, in mc_fixup_dpc_mac_addr()
|