Home
last modified time | relevance | path

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

/drivers/mtd/nand/raw/
Dnand_base.c5378 int best_ecc_bytes_total = INT_MAX; in nand_match_ecc_req() local
5421 if (ecc_bytes_total < best_ecc_bytes_total) { in nand_match_ecc_req()
5422 best_ecc_bytes_total = ecc_bytes_total; in nand_match_ecc_req()
5430 if (best_ecc_bytes_total == INT_MAX) in nand_match_ecc_req()