Searched refs:FDT_END (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dfdt.c104 return FDT_END; /* premature end */
115 return FDT_END;
120 return FDT_END;
169 case FDT_END:
H A Dfdt.h52 #define FDT_END 0x9 macro
H A Dfdt_wip.c111 case FDT_END:
H A Dfdt_sw.c226 *end = cpu_to_fdt32(FDT_END);
236 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) {
H A Dfdt_ro.c201 case FDT_END:
H A Dfdt_rw.c407 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Dflattree.c368 bin_emit_cell(&dtbuf, FDT_END);
460 fprintf(f, "#define FDT_END 0x%x\n", FDT_END);
753 case FDT_END:
754 die("Premature FDT_END in device tree blob\n");
896 if (val != FDT_END)
897 die("Device tree blob doesn't end with FDT_END\n");

Completed in 103 milliseconds