Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/renesas/rcar/
Dbl2_plat_setup.c181 ret = fdt_appendprop_string(fdt, node, "compatible", in bl2_lossy_gen_fdt()
583 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
587 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
591 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
595 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
599 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
603 ret = fdt_appendprop_string(dt, 0, "compatible", in bl2_populate_compatible_string()
/trusted-firmware-a-latest/plat/renesas/rzg/
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()
/trusted-firmware-a-latest/include/lib/libfdt/
Dlibfdt.h1955 #define fdt_appendprop_string(fdt, nodeoffset, name, str) \ macro