Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/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_check.c46 if (expect_end && tag != FDT_END) in fdt_check_full()
53 case FDT_END: in fdt_check_full()
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_()