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

1 2

  /external/dtc/tests/
supernode_atdepth_offset.c 69 static void check_supernode_atdepth(struct fdt_header *fdt, const char *path,
108 static void check_supernode_overdepth(struct fdt_header *fdt, const char *path)
123 static void check_path(struct fdt_header *fdt, const char *path)
parent_offset.c 42 static void check_path(struct fdt_header *fdt, const char *path)
subnode_offset.c 30 static int check_subnode(struct fdt_header *fdt, int parent, const char *name)
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/
fdt.h 65 struct fdt_header { struct
libfdt.h 209 (fdt32_to_cpu(((const struct fdt_header *)(fdt))->field))
224 struct fdt_header *fdth = (struct fdt_header *)fdt; \
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
fdt.h 57 struct fdt_header { struct
libfdt.h 166 (fdt32_to_cpu(((const struct fdt_header *)(fdt))->field))
181 struct fdt_header *fdth = (struct fdt_header*)fdt; \
    [all...]
  /external/dtc/libfdt/
fdt.h 57 struct fdt_header { struct
fdt_sw.c 92 if (bufsize < sizeof(struct fdt_header))
102 fdt_set_off_mem_rsvmap(fdt, FDT_ALIGN(sizeof(struct fdt_header),
fdt_rw.c 61 return (fdt_off_mem_rsvmap(fdt) < FDT_ALIGN(sizeof(struct fdt_header), 8))
398 mem_rsv_off = FDT_ALIGN(sizeof(struct fdt_header), 8);
451 newsize = FDT_ALIGN(sizeof(struct fdt_header), 8) + mem_rsv_size
libfdt.h 216 (fdt32_to_cpu(((const struct fdt_header *)(fdt))->field))
231 struct fdt_header *fdth = (struct fdt_header *)fdt; \
    [all...]
  /external/u-boot/scripts/dtc/libfdt/
fdt.h 57 struct fdt_header { struct
fdt_sw.c 92 if (bufsize < sizeof(struct fdt_header))
102 fdt_set_off_mem_rsvmap(fdt, FDT_ALIGN(sizeof(struct fdt_header),
fdt_rw.c 61 return (fdt_off_mem_rsvmap(fdt) < FDT_ALIGN(sizeof(struct fdt_header), 8))
412 mem_rsv_off = FDT_ALIGN(sizeof(struct fdt_header), 8);
465 newsize = FDT_ALIGN(sizeof(struct fdt_header), 8) + mem_rsv_size
libfdt.h 216 (fdt32_to_cpu(((const struct fdt_header *)(fdt))->field))
231 struct fdt_header *fdth = (struct fdt_header *)fdt; \
    [all...]
  /external/u-boot/lib/efi_selftest/
efi_selftest_fdt.c 51 struct fdt_header *header = (struct fdt_header *)fdt;
  /external/u-boot/cmd/
fdt.c 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
    [all...]
  /external/u-boot/include/linux/
libfdt.h 310 extern struct fdt_header *working_fdt; /* Pointer to the working fdt */
  /external/dtc/
fdtdump.c 48 struct fdt_header *bph = blob;
165 if (len < sizeof(struct fdt_header) ||
235 if (!p || endp - p < sizeof(struct fdt_header))
  /external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
ppa.c 62 size_t fw_length, fdt_header_len = sizeof(struct fdt_header);
68 struct fdt_header *fitp;
162 struct fdt_header fit;
  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt_sw.c 92 if (bufsize < sizeof(struct fdt_header))
102 fdt_set_off_mem_rsvmap(fdt, FDT_ALIGN(sizeof(struct fdt_header),
fdt_rw.c 61 return (fdt_off_mem_rsvmap(fdt) < FDT_ALIGN(sizeof(struct fdt_header), 8))
397 mem_rsv_off = FDT_ALIGN(sizeof(struct fdt_header), 8);
450 newsize = FDT_ALIGN(sizeof(struct fdt_header), 8) + mem_rsv_size
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_sw.c 92 if (bufsize < sizeof(struct fdt_header))
102 fdt_set_off_mem_rsvmap(fdt, FDT_ALIGN(sizeof(struct fdt_header),
fdt_rw.c 61 return (fdt_off_mem_rsvmap(fdt) < FDT_ALIGN(sizeof(struct fdt_header), 8))
402 mem_rsv_off = FDT_ALIGN(sizeof(struct fdt_header), 8);
455 newsize = FDT_ALIGN(sizeof(struct fdt_header), 8) + mem_rsv_size
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/
EblCmdFdt.c 105 struct fdt_header *bph;

Completed in 5192 milliseconds

1 2