HomeSort by relevance Sort by last modified time
    Searched refs:fdt_header (Results 26 - 30 of 30) sorted by null

12

  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
ShellDumpFdt.c 90 struct fdt_header *bph;
  /external/dtc/
flattree.c 328 static void make_fdt_header(struct fdt_header *fdt,
368 struct fdt_header fdt;
818 struct fdt_header *fdt;
861 fdt = (struct fdt_header *)blob;
  /external/u-boot/scripts/dtc/
flattree.c 328 static void make_fdt_header(struct fdt_header *fdt,
368 struct fdt_header fdt;
818 struct fdt_header *fdt;
861 fdt = (struct fdt_header *)blob;
  /external/u-boot/tools/
fdtgrep.c 431 struct fdt_header *fdt;
437 fdt = (struct fdt_header *)out;
440 struct_start = FDT_ALIGN(sizeof(struct fdt_header),
  /external/u-boot/common/
bootstage.c 249 static int add_bootstages_devicetree(struct fdt_header *blob)

Completed in 617 milliseconds

12