Lines Matching refs:fdt_header
29 static int fdt_valid(struct fdt_header **blobp);
37 struct fdt_header *working_fdt;
124 struct fdt_header *blob; in do_fdt()
140 blob = (struct fdt_header *)gd->fdt_blob; in do_fdt()
198 struct fdt_header *newaddr; in do_fdt()
208 working_fdt = (struct fdt_header *)simple_strtoul(argv[2], NULL, 16); in do_fdt()
212 newaddr = (struct fdt_header *)simple_strtoul(argv[3],NULL,16); in do_fdt()
661 struct fdt_header *blob; in do_fdt()
670 blob = (struct fdt_header *)gd->fdt_blob; in do_fdt()
695 struct fdt_header *blob; in do_fdt()
740 static int fdt_valid(struct fdt_header **blobp) in fdt_valid()