Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dnand_base.c6084 int best_ecc_bytes_total = INT_MAX; in nand_match_ecc_req() local
6127 if (ecc_bytes_total < best_ecc_bytes_total) { in nand_match_ecc_req()
6128 best_ecc_bytes_total = ecc_bytes_total; in nand_match_ecc_req()
6136 if (best_ecc_bytes_total == INT_MAX) in nand_match_ecc_req()