Searched refs:image_get_data (Results 1 – 8 of 8) sorted by relevance
217 ulong image_buf = image_get_data(hdr); in do_fpga()233 data = (ulong)image_get_data(hdr); in do_fpga()
78 data = (u32 *)image_get_data (hdr); in source()
233 ulong data = image_get_data(hdr); in image_check_dcrc()260 size = (uint32_t *)image_get_data(hdr); in image_multi_count()298 size = (uint32_t *)image_get_data(hdr); in image_multi_getimg()302 img_data = image_get_data(hdr) + (count + 1) * sizeof(uint32_t); in image_multi_getimg()1056 rd_data = image_get_data(rd_hdr); in boot_get_ramdisk()
73 if (fdt_check_header((void *)image_get_data(fdt_hdr)) != 0) { in image_get_fdt()452 image_data = (ulong)image_get_data(fdt_hdr); in boot_get_fdt()
925 *os_data = image_get_data(hdr); in boot_get_kernel()932 *os_data = image_get_data(hdr); in boot_get_kernel()
102 data = (void *)image_get_data(hdr); in boot_prep_linux()
150 file_data = image_get_data(hdr); in image_extract_subimage()
784 static inline ulong image_get_data(const image_header_t *hdr) in image_get_data() function