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

/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c6077 int best_ecc_bytes_total = INT_MAX; local
6120 if (ecc_bytes_total < best_ecc_bytes_total) {
6121 best_ecc_bytes_total = ecc_bytes_total;
6129 if (best_ecc_bytes_total == INT_MAX)

Completed in 149 milliseconds