Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c4110 int best_step, best_strength, best_ecc_bytes; in nand_match_ecc_req() local
4159 best_step = step_size; in nand_match_ecc_req()
4169 chip->ecc.size = best_step; in nand_match_ecc_req()
4193 int best_step = 0; in nand_maximize_ecc() local
4230 (corr == best_corr && step_size > best_step)) { in nand_maximize_ecc()
4232 best_step = step_size; in nand_maximize_ecc()
4242 chip->ecc.size = best_step; in nand_maximize_ecc()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_base.c6057 int best_step = 0, best_strength = 0, best_ecc_bytes = 0; in nand_match_ecc_req() local
6103 best_step = step_size; in nand_match_ecc_req()
6113 chip->ecc.size = best_step; in nand_match_ecc_req()
6137 int best_step = 0; in nand_maximize_ecc() local
6171 (corr == best_corr && step_size > best_step)) { in nand_maximize_ecc()
6173 best_step = step_size; in nand_maximize_ecc()
6183 chip->ecc.size = best_step; in nand_maximize_ecc()