ecc_bytes_total 5254 drivers/mtd/nand/raw/nand_base.c int req_corr, step_size, strength, nsteps, ecc_bytes, ecc_bytes_total; ecc_bytes_total 5289 drivers/mtd/nand/raw/nand_base.c ecc_bytes_total = ecc_bytes * nsteps; ecc_bytes_total 5291 drivers/mtd/nand/raw/nand_base.c if (ecc_bytes_total > oobavail || ecc_bytes_total 5299 drivers/mtd/nand/raw/nand_base.c if (ecc_bytes_total < best_ecc_bytes_total) { ecc_bytes_total 5300 drivers/mtd/nand/raw/nand_base.c best_ecc_bytes_total = ecc_bytes_total;