Home
last modified time | relevance | path

Searched refs:image_get_data (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/cmd/
Dfpga.c264 ulong image_buf = image_get_data(hdr); in do_fpga()
280 data = (ulong)image_get_data(hdr); in do_fpga()
Dsource.c73 data = (u32 *)image_get_data (hdr); in source()
/external/u-boot/common/
Dimage.c214 ulong data = image_get_data(hdr); in image_check_dcrc()
241 size = (uint32_t *)image_get_data(hdr); in image_multi_count()
279 size = (uint32_t *)image_get_data(hdr); in image_multi_getimg()
283 img_data = image_get_data(hdr) + (count + 1) * sizeof(uint32_t); in image_multi_getimg()
1037 rd_data = image_get_data(rd_hdr); in boot_get_ramdisk()
Dimage-fdt.c62 if (fdt_check_header((void *)image_get_data(fdt_hdr)) != 0) { in image_get_fdt()
320 image_data = (ulong)image_get_data(fdt_hdr); in boot_get_fdt()
Dbootm.c852 *os_data = image_get_data(hdr); in boot_get_kernel()
859 *os_data = image_get_data(hdr); in boot_get_kernel()
/external/u-boot/arch/x86/lib/
Dbootm.c97 data = (void *)image_get_data(hdr); in boot_prep_linux()
/external/u-boot/tools/
Ddefault_image.c160 file_data = image_get_data(hdr); in image_extract_subimage()
/external/u-boot/include/
Dimage.h759 static inline ulong image_get_data(const image_header_t *hdr) in image_get_data() function