Searched refs:corr (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | attach.c | 169 list_add(&aeb->u.list, &ai->corr); in add_corrupted() 1081 list_for_each_entry(aeb, &ai->corr, u.list) in late_analysis() 1177 list_for_each_entry_safe(aeb, aeb_tmp, &ai->corr, u.list) { in destroy_ai() 1275 list_for_each_entry(aeb, &ai->corr, u.list) in scan_all() 1307 INIT_LIST_HEAD(&ai->corr); in alloc_ai() 1723 list_for_each_entry(aeb, &ai->corr, u.list) in self_check_ai()
|
| H A D | ubi.h | 727 struct list_head corr; member
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | nand_base.c | 4884 int step_size, strength, nsteps, ecc_bytes, corr; in nand_maximize_ecc() local 4916 corr = strength * nsteps; in nand_maximize_ecc() 4922 if (corr > best_corr || in nand_maximize_ecc() 4923 (corr == best_corr && step_size > best_step)) { in nand_maximize_ecc() 4924 best_corr = corr; in nand_maximize_ecc() 4961 int corr, ds_corr; in nand_ecc_strength_good() local 4971 corr = (mtd->writesize * ecc->strength) / ecc->size; in nand_ecc_strength_good() 4974 return corr >= ds_corr && ecc->strength >= chip->ecc_strength_ds; in nand_ecc_strength_good()
|