Searched refs:best_ecc_bytes_total (Results 1 – 1 of 1) sorted by relevance
4163 int best_ecc_bytes_total = INT_MAX; in nand_match_ecc_req() local4209 if (ecc_bytes_total < best_ecc_bytes_total) { in nand_match_ecc_req()4210 best_ecc_bytes_total = ecc_bytes_total; in nand_match_ecc_req()4218 if (best_ecc_bytes_total == INT_MAX) in nand_match_ecc_req()