Home
last modified time | relevance | path

Searched refs:FDT_END (Results 1 – 19 of 19) sorted by relevance

/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt.c104 return FDT_END; /* premature end */ in fdt_next_tag()
116 return FDT_END; /* premature end */ in fdt_next_tag()
122 return FDT_END; /* premature end */ in fdt_next_tag()
131 case FDT_END: in fdt_next_tag()
137 return FDT_END; in fdt_next_tag()
141 return FDT_END; /* premature end */ in fdt_next_tag()
193 case FDT_END: in fdt_next_node()
H A Dfdt.h103 #define FDT_END 0x9 macro
H A Dfdt_sw.c271 *end = cpu_to_fdt32(FDT_END); in fdt_finish()
281 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish()
H A Dfdt_rw.c447 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END) in fdt_open_into()
H A Dfdt_ro.c144 case FDT_END: in nextprop_()
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt.c172 return FDT_END; /* premature end */ in fdt_next_tag()
184 return FDT_END; /* premature end */ in fdt_next_tag()
190 return FDT_END; /* premature end */ in fdt_next_tag()
196 return FDT_END; /* premature end */ in fdt_next_tag()
207 case FDT_END: in fdt_next_tag()
213 return FDT_END; in fdt_next_tag()
217 return FDT_END; /* premature end */ in fdt_next_tag()
275 case FDT_END: in fdt_next_node()
H A Dfdt.h58 #define FDT_END 0x9 macro
H A Dfdt_sw.c351 *end = cpu_to_fdt32(FDT_END); in fdt_finish()
361 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish()
H A Dfdt_rw.c437 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END) in fdt_open_into()
H A Dfdt_ro.c210 case FDT_END: in nextprop_()
/openbmc/u-boot/tools/libfdt/
H A Dfdt_rw.c20 for (offset = 0; tag != FDT_END; offset = next_offset) { in fdt_remove_unused_strings()
/openbmc/u-boot/lib/libfdt/
H A Dfdt_region.c109 case FDT_END: in fdt_find_regions()
132 } while (tag != FDT_END); in fdt_find_regions()
599 case FDT_END: in fdt_next_region()
H A Dfdt_ro.c102 case FDT_END: in _nextprop()
/openbmc/linux/scripts/dtc/
H A Dflattree.c365 bin_emit_cell(&dtbuf, FDT_END); in dt_to_blob()
540 asm_emit_cell(f, FDT_END); in dt_to_asm()
770 case FDT_END: in unflatten_tree()
918 if (val != FDT_END) in dt_from_blob()
H A Dfdtget.c168 case FDT_END: in list_subnodes()
/openbmc/u-boot/scripts/dtc/
H A Dflattree.c379 bin_emit_cell(&dtbuf, FDT_END); in dt_to_blob()
554 asm_emit_cell(f, FDT_END); in dt_to_asm()
784 case FDT_END: in unflatten_tree()
932 if (val != FDT_END) in dt_from_blob()
/openbmc/u-boot/tools/
H A Dfdtgrep.c316 if (tag == FDT_END) in display_fdt_by_regions()
330 if (tag != FDT_END) { in display_fdt_by_regions()
/openbmc/u-boot/cmd/
H A Dfdt.c1094 case FDT_END: in fdt_print()
/openbmc/qemu/hw/ppc/
H A Dspapr_drc.c1275 case FDT_END: in rtas_ibm_configure_connector()