Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mtd/nand/raw/
Dnand_base.c5837 int best_step = 0, best_strength = 0, best_ecc_bytes = 0; in nand_match_ecc_req() local
5883 best_step = step_size; in nand_match_ecc_req()
5893 chip->ecc.size = best_step; in nand_match_ecc_req()
5917 int best_step = 0; in nand_maximize_ecc() local
5951 (corr == best_corr && step_size > best_step)) { in nand_maximize_ecc()
5953 best_step = step_size; in nand_maximize_ecc()
5963 chip->ecc.size = best_step; in nand_maximize_ecc()