Searched refs:min_index (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_fit.c | 755 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/drivers/ddr/altera/ |
| H A D | sequencer.c | 2272 int i, mid, min_index; in get_window_mid_index() local 2276 min_index = 0; in get_window_mid_index() 2281 min_index = i; in get_window_mid_index() 2296 __func__, __LINE__, *mid_min, min_index); in get_window_mid_index() 2297 return min_index; in get_window_mid_index() 2316 const int min_index, const int test_bgn, in center_dq_windows() argument 2338 (left_edge[min_index] - right_edge[min_index]))/2 + in center_dq_windows() 2406 int i, min_index; in rw_mgr_mem_calibrate_vfifo_center() local 2464 min_index = get_window_mid_index(0, left_edge, right_edge, &mid_min); in rw_mgr_mem_calibrate_vfifo_center() 2495 min_index, test_bgn, &dq_margin, &dqs_margin); in rw_mgr_mem_calibrate_vfifo_center() [all …]
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-sig.c | 543 uint32_t *this_index, uint32_t *min_index) in fit_rollback_index_verify() argument 546 *min_index = 0; in fit_rollback_index_verify()
|
| H A D | image-fit.c | 2262 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()
|