Searched refs:fit_image_get_data_position (Results 1 – 5 of 5) sorted by relevance
/u-boot/common/ |
A D | splash_source.c | 363 else if (!fit_image_get_data_position(fit_header, node_offset, &external_splash_addr)) in splash_load_fit()
|
A D | image-fit.c | 934 int fit_image_get_data_position(const void *fit, int noffset, in fit_image_get_data_position() function 1021 if (!fit_image_get_data_position(fit, noffset, &offset)) { in fit_image_get_data_and_size()
|
/u-boot/common/spl/ |
A D | spl_fit.c | 264 if (!fit_image_get_data_position(fit, node, &offset)) { in spl_load_fit_image()
|
/u-boot/drivers/fpga/ |
A D | socfpga_arria10.c | 636 if (!fit_image_get_data_position(buffer_p, images_noffset, in first_loading_rbf_to_buffer()
|
/u-boot/include/ |
A D | image.h | 1095 int fit_image_get_data_position(const void *fit, int noffset,
|
Completed in 15 milliseconds