Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/renesas/rzg/
H A Dbl2_plat_setup.c175 ret = fdt_appendprop_string(fdt, node, "compatible", in bl2_lossy_gen_fdt()
469 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
473 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
477 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
481 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
/rk3399_ARM-atf/plat/renesas/rcar/
H A Dbl2_plat_setup.c178 ret = fdt_appendprop_string(fdt, node, "compatible", in bl2_lossy_gen_fdt()
702 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
706 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
710 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
714 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
718 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
722 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