Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/renesas/rcar/
H A Dbl2_plat_setup.c179 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 Dbl2_plat_setup.c176 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 Dlibfdt.h2016 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ macro