best_ecc_bytes_total 5256 drivers/mtd/nand/raw/nand_base.c 	int best_ecc_bytes_total = INT_MAX;
best_ecc_bytes_total 5299 drivers/mtd/nand/raw/nand_base.c 			if (ecc_bytes_total < best_ecc_bytes_total) {
best_ecc_bytes_total 5300 drivers/mtd/nand/raw/nand_base.c 				best_ecc_bytes_total = ecc_bytes_total;
best_ecc_bytes_total 5308 drivers/mtd/nand/raw/nand_base.c 	if (best_ecc_bytes_total == INT_MAX)