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

/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c6155 int best_corr = 0; local
6189 if (corr > best_corr ||
6190 (corr == best_corr && step_size > best_step)) {
6191 best_corr = corr;
6199 if (!best_corr)

Completed in 207 milliseconds