Searched refs:ecc_bytes_total (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c6075 int req_corr, step_size, strength, nsteps, ecc_bytes, ecc_bytes_total; local
6110 ecc_bytes_total = ecc_bytes * nsteps;
6112 if (ecc_bytes_total > oobavail ||
6120 if (ecc_bytes_total < best_ecc_bytes_total) {
6121 best_ecc_bytes_total = ecc_bytes_total;

Completed in 164 milliseconds