Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/spl/
H A Dspl_rkfw.c171 int *found_rkfw, u32 try_count) in rkfw_load_trust() argument
179 for (i = 0; i < try_count; i++) { in rkfw_load_trust()
214 int *found_rkfw, u32 try_count) in rkfw_load_trust() argument
222 for (i = 0; i < try_count; i++) { in rkfw_load_trust()
246 if (i == try_count) { in rkfw_load_trust()
256 struct spl_image_info *spl_image, u32 try_count) in rkfw_load_uboot() argument
264 for (i = 0; i < try_count; i++) { in rkfw_load_uboot()
286 if (i == try_count) { in rkfw_load_uboot()
302 struct spl_image_info *spl_image, u32 try_count) in rkfw_load_kernel() argument
478 int ret, try_count = RKFW_RETRY_SECTOR_TIMES; in spl_load_rkfw_image() local
[all …]