fdt_buf           162 arch/mips/generic/board-sead3.c 	static unsigned char fdt_buf[16 << 10] __initdata;
fdt_buf           173 arch/mips/generic/board-sead3.c 	err = apply_mips_fdt_fixups(fdt_buf, sizeof(fdt_buf),
fdt_buf           178 arch/mips/generic/board-sead3.c 	return fdt_buf;
fdt_buf            25 arch/mips/mti-malta/malta-dtshim.c static unsigned char fdt_buf[16 << 10] __initdata;
fdt_buf           309 arch/mips/mti-malta/malta-dtshim.c 	err = fdt_open_into(fdt, fdt_buf, sizeof(fdt_buf));
fdt_buf           313 arch/mips/mti-malta/malta-dtshim.c 	root_off = fdt_path_offset(fdt_buf, "/");
fdt_buf           317 arch/mips/mti-malta/malta-dtshim.c 	compat = fdt_getprop(fdt_buf, root_off, "compatible", &len);
fdt_buf           325 arch/mips/mti-malta/malta-dtshim.c 	append_memory(fdt_buf, root_off);
fdt_buf           326 arch/mips/mti-malta/malta-dtshim.c 	remove_gic(fdt_buf);
fdt_buf           328 arch/mips/mti-malta/malta-dtshim.c 	err = fdt_pack(fdt_buf);
fdt_buf           332 arch/mips/mti-malta/malta-dtshim.c 	return fdt_buf;