Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/libfdt/
A Dfdt.c107 case FDT_BEGIN_NODE: in fdt_next_tag()
144 || (fdt_next_tag(fdt, offset, &offset) != FDT_BEGIN_NODE)) in _fdt_check_node_offset()
177 case FDT_BEGIN_NODE: in fdt_next_node()
194 } while (tag != FDT_BEGIN_NODE); in fdt_next_node()
A Dfdt_sw.c147 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE); in fdt_begin_node()
A Dfdt_rw.c364 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE); in fdt_add_subnode_namelen()
/xen-4.10.0-shim-comet/xen/include/xen/libfdt/
A Dfdt.h96 #define FDT_BEGIN_NODE 0x1 /* Start node: full name */ macro
/xen-4.10.0-shim-comet/xen/common/
A Ddevice_tree.c1691 if ( tag != FDT_BEGIN_NODE ) in unflatten_dt_node()
1892 while ( tag == FDT_BEGIN_NODE || tag == FDT_NOP ) in unflatten_dt_node()

Completed in 25 milliseconds