Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dfpga.c217 ulong image_buf = image_get_data(hdr); in do_fpga()
233 data = (ulong)image_get_data(hdr); in do_fpga()
H A Dsource.c78 data = (u32 *)image_get_data (hdr); in source()
/OK3568_Linux_fs/u-boot/common/
H A Dimage.c233 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()
H A Dimage-fdt.c73 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()
H A Dbootm.c925 *os_data = image_get_data(hdr); in boot_get_kernel()
932 *os_data = image_get_data(hdr); in boot_get_kernel()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dbootm.c102 data = (void *)image_get_data(hdr); in boot_prep_linux()
/OK3568_Linux_fs/u-boot/tools/
H A Ddefault_image.c150 file_data = image_get_data(hdr); in image_extract_subimage()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h784 static inline ulong image_get_data(const image_header_t *hdr) in image_get_data() function