Home | History | Annotate | Download | only in nand

Lines Matching refs:strength

876 						  NULL, 0, ecc->strength);
1404 ecc->strength *= 2;
1409 if (ecc->strength <= strengths[i]) {
1411 * Update ecc->strength value with the actual strength
1414 ecc->strength = strengths[i];
1420 dev_err(nfc->dev, "unsupported strength\n");
1428 ecc->bytes = DIV_ROUND_UP(ecc->strength * fls(8 * 1024), 8);
1566 ecc->strength = nand->ecc_strength_ds;
1569 if (!ecc->size || !ecc->strength)