Lines Matching refs:fdt_header
30 static int fdt_valid(struct fdt_header **blobp);
38 struct fdt_header *working_fdt;
91 struct fdt_header *blob; in do_fdt()
107 blob = (struct fdt_header *)gd->fdt_blob; in do_fdt()
163 struct fdt_header *newaddr; in do_fdt()
173 working_fdt = (struct fdt_header *)simple_strtoul(argv[2], NULL, 16); in do_fdt()
177 newaddr = (struct fdt_header *)simple_strtoul(argv[3],NULL,16); in do_fdt()
620 struct fdt_header *blob; in do_fdt()
629 blob = (struct fdt_header *)gd->fdt_blob; in do_fdt()
654 struct fdt_header *blob; in do_fdt()
699 static int fdt_valid(struct fdt_header **blobp) in fdt_valid()