Searched refs:img_len (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | image.c | 1248 ulong tmp_img_addr, img_data, img_len; in boot_get_fpga() local 1291 &img_data, &img_len); in boot_get_fpga() 1294 uname, img_data, img_len); in boot_get_fpga() 1301 if (img_len >= desc_xilinx->size) { in boot_get_fpga() 1304 img_len, BIT_FULL); in boot_get_fpga() 1307 img_len, BIT_FULL); in boot_get_fpga() 1311 img_len, BIT_PARTIAL); in boot_get_fpga() 1314 img_len, BIT_PARTIAL); in boot_get_fpga() 1333 ulong img_len) in fit_loadable_process() argument 1345 fit_loadable_handler->handler(img_data, img_len); in fit_loadable_process() [all …]
|