Lines Matching refs:try_count
171 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
499 &found_rkfw, try_count); in spl_load_rkfw_image()
506 ret = rkfw_load_uboot(info, uboot_sector, spl_image, try_count); in spl_load_rkfw_image()
512 ret = rkfw_load_kernel(info, boot_sector, spl_image, try_count); in spl_load_rkfw_image()