Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c4803 int best_step, best_strength, best_ecc_bytes; in nand_match_ecc_req() local
4852 best_step = step_size; in nand_match_ecc_req()
4862 chip->ecc.size = best_step; in nand_match_ecc_req()
4886 int best_step = 0; in nand_maximize_ecc() local
4923 (corr == best_corr && step_size > best_step)) { in nand_maximize_ecc()
4925 best_step = step_size; in nand_maximize_ecc()
4935 chip->ecc.size = best_step; in nand_maximize_ecc()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnand_base.c5377 int best_step, best_strength, best_ecc_bytes; in nand_match_ecc_req() local
5423 best_step = step_size; in nand_match_ecc_req()
5433 chip->ecc.size = best_step; in nand_match_ecc_req()
5457 int best_step = 0; in nand_maximize_ecc() local
5491 (corr == best_corr && step_size > best_step)) { in nand_maximize_ecc()
5493 best_step = step_size; in nand_maximize_ecc()
5503 chip->ecc.size = best_step; in nand_maximize_ecc()