Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/
H A Ddevtool-test-long-filename.bb5 file://0001-I-ll-patch-you-only-if-devtool-lets-me-to-do-it-corr.patch"
/openbmc/u-boot/drivers/mtd/ubi/
H A Dattach.c168 list_add(&aeb->u.list, &ai->corr); in add_corrupted()
1080 list_for_each_entry(aeb, &ai->corr, u.list) in late_analysis()
1176 list_for_each_entry_safe(aeb, aeb_tmp, &ai->corr, u.list) { in destroy_ai()
1274 list_for_each_entry(aeb, &ai->corr, u.list) in scan_all()
1306 INIT_LIST_HEAD(&ai->corr); in alloc_ai()
1722 list_for_each_entry(aeb, &ai->corr, u.list) in self_check_ai()
H A Dubi.h726 struct list_head corr; member
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c4191 int step_size, strength, nsteps, ecc_bytes, corr; in nand_maximize_ecc() local
4223 corr = strength * nsteps; in nand_maximize_ecc()
4229 if (corr > best_corr || in nand_maximize_ecc()
4230 (corr == best_corr && step_size > best_step)) { in nand_maximize_ecc()
4231 best_corr = corr; in nand_maximize_ecc()
4268 int corr, ds_corr; in nand_ecc_strength_good() local
4278 corr = (mtd->writesize * ecc->strength) / ecc->size; in nand_ecc_strength_good()
4281 return corr >= ds_corr && ecc->strength >= chip->ecc_strength_ds; in nand_ecc_strength_good()