Home | History | Annotate | Download | only in cmd

Lines Matching refs:fdt_header

29 static int fdt_valid(struct fdt_header **blobp);
37 struct fdt_header *working_fdt;
90 struct fdt_header *blob;
106 blob = (struct fdt_header *)gd->fdt_blob;
164 struct fdt_header *newaddr;
174 working_fdt = (struct fdt_header *)simple_strtoul(argv[2], NULL, 16);
178 newaddr = (struct fdt_header *)simple_strtoul(argv[3],NULL,16);
621 struct fdt_header *blob;
630 blob = (struct fdt_header *)gd->fdt_blob;
655 struct fdt_header *blob;
700 static int fdt_valid(struct fdt_header **blobp)