Searched refs:fit_image_get_data_position (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | fit.c | 103 ret = fit_image_get_data_position(fit, noffset, &offs); in fdt_image_get_offset_size()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_fit.c | 298 if (!fit_image_get_data_position(fit, node, &offset)) { in spl_load_fit_image()
|
| H A D | spl_fit_tb_arm64.S | 322 bl fit_image_get_data_position
|
| H A D | spl_fit_tb_px30.S | 322 bl fit_image_get_data_position
|
| H A D | spl_fit_tb_rv1106.S | 325 bl fit_image_get_data_position
|
| H A D | spl_fit_tb_rv1126b.S | 322 bl fit_image_get_data_position
|
| H A D | spl_fit_tb_rv1126.S | 325 bl fit_image_get_data_position
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-fit.c | 948 if (!fit_image_get_data_position(fit, noffset, (int *)&data_pos)) { in fit_image_get_data() 993 int fit_image_get_data_position(const void *fit, int noffset, in fit_image_get_data_position() function
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 1033 int fit_image_get_data_position(const void *fit, int noffset,
|