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

/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c6076 int best_step = 0, best_strength = 0, best_ecc_bytes = 0; local
6122 best_step = step_size;
6132 chip->ecc.size = best_step;
6156 int best_step = 0; local
6190 (corr == best_corr && step_size > best_step)) {
6192 best_step = step_size;
6202 chip->ecc.size = best_step;

Completed in 142 milliseconds