Searched refs:fdt_appendprop_string (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/plat/renesas/rcar/ |
| H A D | bl2_plat_setup.c | 179 ret = fdt_appendprop_string(fdt, node, "compatible", in bl2_lossy_gen_fdt() 703 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 707 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 711 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 715 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 719 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 723 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
|
| /rk3399_ARM-atf/plat/renesas/rzg/ |
| H A D | bl2_plat_setup.c | 176 ret = fdt_appendprop_string(fdt, node, "compatible", in bl2_lossy_gen_fdt() 470 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 474 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 478 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string() 482 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
|
| /rk3399_ARM-atf/lib/libfdt/ |
| H A D | libfdt.h | 2016 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ macro
|