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

/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c4787 int best_corr = 0; local
4824 if (corr > best_corr ||
4825 (corr == best_corr && step_size > best_step)) {
4826 best_corr = corr;
4834 if (!best_corr)

Completed in 48 milliseconds