Searched refs:fit_image_get_data_offset (Results 1 – 5 of 5) sorted by relevance
| /u-boot/common/ |
| A D | splash_source.c | 366 else if (!fit_image_get_data_offset(fit_header, node_offset, &external_splash_addr)) { in splash_load_fit()
|
| A D | image-fit.c | 910 int fit_image_get_data_offset(const void *fit, int noffset, int *data_offset) in fit_image_get_data_offset() function 1023 } else if (!fit_image_get_data_offset(fit, noffset, &offset)) { in fit_image_get_data_and_size()
|
| /u-boot/common/spl/ |
| A D | spl_fit.c | 266 } else if (!fit_image_get_data_offset(fit, node, &offset)) { in spl_load_fit_image()
|
| /u-boot/drivers/fpga/ |
| A D | socfpga_arria10.c | 639 } else if (!fit_image_get_data_offset(buffer_p, images_noffset, in first_loading_rbf_to_buffer()
|
| /u-boot/include/ |
| A D | image.h | 1094 int fit_image_get_data_offset(const void *fit, int noffset, int *data_offset);
|
Completed in 24 milliseconds