Searched refs:download_image (Results 1 – 2 of 2) sorted by relevance
/u-boot/arch/arm/mach-imx/ |
A D | spl_imx_romapi.c | 46 ret = g_rom_api->download_image(buf, offset, byte, in spl_romapi_read_seekable() 95 ret = g_rom_api->download_image((u8 *)header, offset, size, in spl_romapi_load_image_seekable() 193 ret = g_rom_api->download_image(p, 0, pg, in spl_romapi_load_image_stream() 215 ret = g_rom_api->download_image(p, 0, pg, ((uintptr_t)p) ^ pg); in spl_romapi_load_image_stream() 238 ret = g_rom_api->download_image(p, 0, imagesize, in spl_romapi_load_image_stream() 262 ret = g_rom_api->download_image(p, 0, imagesize, in spl_romapi_load_image_stream()
|
/u-boot/arch/arm/include/asm/mach-imx/ |
A D | sys_proto.h | 144 u32 (*download_image)(u8 *dest, u32 offset, u32 size, u32 xor); member
|
Completed in 3 milliseconds