Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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()
128 case FDT_END: in fdt_next_tag()
134 return FDT_END; in fdt_next_tag()
138 return FDT_END; /* premature end */ in fdt_next_tag()
190 case FDT_END: in fdt_next_node()
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.h103 #define FDT_END 0x9 macro
H A Dfdt_rw.c447 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END) in fdt_open_into()
H A Dfdt_ro.c143 case FDT_END: in _nextprop()
/OK3568_Linux_fs/kernel/scripts/dtc/libfdt/
H A Dfdt.c167 return FDT_END; /* premature end */ in fdt_next_tag()
179 return FDT_END; /* premature end */ in fdt_next_tag()
185 return FDT_END; /* premature end */ in fdt_next_tag()
195 case FDT_END: in fdt_next_tag()
201 return FDT_END; in fdt_next_tag()
205 return FDT_END; /* premature end */ in fdt_next_tag()
263 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.c433 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_()
/OK3568_Linux_fs/u-boot/tools/libfdt/
H A Dfdt_rw.c20 for (offset = 0; tag != FDT_END; offset = next_offset) { in fdt_remove_unused_strings()
/OK3568_Linux_fs/u-boot/lib/libfdt/
H A Dfdt_region.c108 case FDT_END: in fdt_find_regions()
131 } while (tag != FDT_END); in fdt_find_regions()
598 case FDT_END: in fdt_next_region()
H A Dfdt_ro.c102 case FDT_END: in _nextprop()
/OK3568_Linux_fs/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()
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dflattree.c364 bin_emit_cell(&dtbuf, FDT_END); in dt_to_blob()
539 asm_emit_cell(f, FDT_END); in dt_to_asm()
769 case FDT_END: in unflatten_tree()
917 if (val != FDT_END) in dt_from_blob()
H A Dfdtdump.c99 while ((tag = fdt32_to_cpu(GET_CELL(p))) != FDT_END) { in dump_blob()
H A Dfdtget.c168 case FDT_END: in list_subnodes()
/OK3568_Linux_fs/u-boot/tools/
H A Dfdtgrep.c314 if (tag == FDT_END) in display_fdt_by_regions()
328 if (tag != FDT_END) { in display_fdt_by_regions()
/OK3568_Linux_fs/u-boot/cmd/
H A Dfdt.c1053 case FDT_END: in fdt_print()