Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libfdt/
H A Dfdt.c132 case FDT_END_NODE: in fdt_next_tag()
188 case FDT_END_NODE: in fdt_next_node()
H A Dfdt.h99 #define FDT_END_NODE 0x2 /* End node */ macro
H A Dfdt_sw.c196 *en = cpu_to_fdt32(FDT_END_NODE); in fdt_end_node()
H A Dfdt_rw.c383 *endtag = cpu_to_fdt32(FDT_END_NODE); in fdt_add_subnode_namelen()