Lines Matching refs:ret
44 int ret; in bl2_plat_arch_setup() local
51 ret = uniphier_io_setup(uniphier_soc, uniphier_mem_base); in bl2_plat_arch_setup()
52 if (ret) { in bl2_plat_arch_setup()
54 plat_error_handler(ret); in bl2_plat_arch_setup()
115 int ret; in bl2_plat_preload_setup() local
117 ret = mmap_add_dynamic_region(buf_base, buf_base, in bl2_plat_preload_setup()
120 if (ret) in bl2_plat_preload_setup()
121 plat_error_handler(ret); in bl2_plat_preload_setup()
132 int ret; in bl2_plat_handle_pre_image_load() local
136 ret = mmap_add_dynamic_region(image_info->image_base, in bl2_plat_handle_pre_image_load()
140 if (ret) in bl2_plat_handle_pre_image_load()
141 return ret; in bl2_plat_handle_pre_image_load()
153 int ret; in bl2_plat_handle_post_image_load() local
156 ret = image_decompress(uniphier_get_image_info(image_id)); in bl2_plat_handle_post_image_load()
157 if (ret) in bl2_plat_handle_post_image_load()
158 return ret; in bl2_plat_handle_post_image_load()