Searched refs:image_get_data (Results 1 - 9 of 9) sorted by relevance

/u-boot/boot/
H A Dimage.c250 ulong data = image_get_data(hdr);
277 size = (uint32_t *)image_get_data(hdr);
315 size = (uint32_t *)image_get_data(hdr);
319 img_data = image_get_data(hdr) + (count + 1) * sizeof(uint32_t);
H A Dimage-fdt.c63 if (fdt_check_header((void *)image_get_data(fdt_hdr)) != 0) {
372 image_data = (ulong)image_get_data(fdt_hdr);
H A Dimage-board.c382 *rd_datap = image_get_data(rd_hdr);
988 data = (u32 *)image_get_data(hdr);
H A Dbootm.c162 *os_data = image_get_data(hdr);
169 *os_data = image_get_data(hdr);
H A Dimage-android.c315 *os_data = image_get_data(ihdr);
/u-boot/tools/
H A Ddefault_image.c190 file_data = image_get_data(hdr);
/u-boot/arch/x86/lib/
H A Dbootm.c101 data = (void *)image_get_data(hdr);
/u-boot/cmd/
H A Dfpga.c297 ulong image_buf = image_get_data(hdr);
313 data = (ulong)image_get_data(hdr);
/u-boot/include/
H A Dimage.h887 * image_get_data - get image payload start address
890 * image_get_data() returns address of the image payload. For single
897 static inline ulong image_get_data(const struct legacy_img_hdr *hdr) function

Completed in 76 milliseconds