Searched refs:rom_api_download_image (Results 1 – 3 of 3) sorted by relevance
| /arch/arm/mach-imx/ |
| A D | spl_imx_romapi.c | 24 ret = rom_api_download_image(buf, offset, size); in spl_romapi_raw_seekable_read() 98 ret = rom_api_download_image((u8 *)header, offset, size); in spl_romapi_load_image_seekable() 151 ret = rom_api_download_image(ss->end, 0, bytes); in spl_romapi_read_stream() 278 ret = rom_api_download_image(p, 0, pg); in spl_romapi_load_image_stream() 298 ret = rom_api_download_image(p, 0, pg); in spl_romapi_load_image_stream() 320 ret = rom_api_download_image(p, 0, imagesize); in spl_romapi_load_image_stream() 354 ret = rom_api_download_image(p, 0, imagesize); in spl_romapi_load_image_stream()
|
| A D | romapi.c | 9 u32 rom_api_download_image(u8 *dest, u32 offset, u32 size) in rom_api_download_image() function
|
| /arch/arm/include/asm/mach-imx/ |
| A D | sys_proto.h | 218 u32 rom_api_download_image(u8 *dest, u32 offset, u32 size);
|
Completed in 10 milliseconds