Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dnand_base.c6219 int best_step, best_strength, best_ecc_bytes; in nand_match_ecc_req() local
6265 best_step = step_size; in nand_match_ecc_req()
6275 chip->ecc.size = best_step; in nand_match_ecc_req()
6299 int best_step = 0; in nand_maximize_ecc() local
6333 (corr == best_corr && step_size > best_step)) { in nand_maximize_ecc()
6335 best_step = step_size; in nand_maximize_ecc()
6345 chip->ecc.size = best_step; in nand_maximize_ecc()