Home
last modified time | relevance | path

Searched refs:FDT_BEGIN_NODE (Results 1 – 4 of 4) sorted by relevance

/tf-a-ffa_el3_spmc/lib/libfdt/
A Dfdt.c173 case FDT_BEGIN_NODE: in fdt_next_tag()
217 if (fdt_next_tag(fdt, offset, &offset) != FDT_BEGIN_NODE) in fdt_check_node_offset_()
253 case FDT_BEGIN_NODE: in fdt_next_node()
270 } while (tag != FDT_BEGIN_NODE); in fdt_next_node()
A Dfdt_sw.c231 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE); in fdt_begin_node()
A Dfdt_rw.c365 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE); in fdt_add_subnode_namelen()
/tf-a-ffa_el3_spmc/include/lib/libfdt/
A Dfdt.h53 #define FDT_BEGIN_NODE 0x1 /* Start node: full name */ macro

Completed in 5 milliseconds