Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/ubi/
A Dattach.c172 list_add(&aeb->u.list, &ai->corr); in add_corrupted()
1084 list_for_each_entry(aeb, &ai->corr, u.list) in late_analysis()
1180 list_for_each_entry_safe(aeb, aeb_tmp, &ai->corr, u.list) { in destroy_ai()
1278 list_for_each_entry(aeb, &ai->corr, u.list) in scan_all()
1310 INIT_LIST_HEAD(&ai->corr); in alloc_ai()
1726 list_for_each_entry(aeb, &ai->corr, u.list) in self_check_ai()
A Dubi.h730 struct list_head corr; member
/u-boot/drivers/mtd/nand/raw/
A Dnand_base.c4890 int step_size, strength, nsteps, ecc_bytes, corr; in nand_maximize_ecc() local
4922 corr = strength * nsteps; in nand_maximize_ecc()
4928 if (corr > best_corr || in nand_maximize_ecc()
4929 (corr == best_corr && step_size > best_step)) { in nand_maximize_ecc()
4930 best_corr = corr; in nand_maximize_ecc()
4967 int corr, ds_corr; in nand_ecc_strength_good() local
4977 corr = (mtd->writesize * ecc->strength) / ecc->size; in nand_ecc_strength_good()
4980 return corr >= ds_corr && ecc->strength >= chip->ecc_strength_ds; in nand_ecc_strength_good()

Completed in 15 milliseconds