Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libfdt/
H A Dfdt.c110 case FDT_BEGIN_NODE: in fdt_next_tag()
150 || (fdt_next_tag(fdt, offset, &offset) != FDT_BEGIN_NODE)) in fdt_check_node_offset_()
183 case FDT_BEGIN_NODE: in fdt_next_node()
200 } while (tag != FDT_BEGIN_NODE); in fdt_next_node()
H A Dfdt.h98 #define FDT_BEGIN_NODE 0x1 /* Start node: full name */ macro
H A Dfdt_sw.c181 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE); in fdt_begin_node()
H A Dfdt_rw.c379 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE); in fdt_add_subnode_namelen()