Home
last modified time | relevance | path

Searched refs:this_index (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c755 uint32_t this_index, min_index; in spl_internal_load_simple_fit() local
758 &this_index, &min_index); in spl_internal_load_simple_fit()
762 } else if (this_index < min_index) { in spl_internal_load_simple_fit()
764 this_index, min_index); in spl_internal_load_simple_fit()
768 printf("rollback index: %d >= %d(min), OK\n", this_index, min_index); in spl_internal_load_simple_fit()
/rk3399_rockchip-uboot/common/
H A Dimage-sig.c543 uint32_t *this_index, uint32_t *min_index) in fit_rollback_index_verify() argument
545 *this_index = 0; in fit_rollback_index_verify()
H A Dimage-fit.c2262 uint32_t this_index, min_index; in fit_image_load_index() local
2267 &this_index, &min_index)) { in fit_image_load_index()
2270 } else if (this_index < min_index) { in fit_image_load_index()
2272 this_index, min_index); in fit_image_load_index()
2276 printf("%d >= %d(min), OK\n", this_index, min_index); in fit_image_load_index()