Lines Matching defs:step
2057 * not able to handle the whole instruction in a single step,
3169 * the read methods return max bitflips per ecc step.
3789 int step, ret;
3795 for (step = 0; step < ecc_steps; step++) {
3805 if ((step < start_step) || (step > end_step))
3812 if (!oob_required || (step < start_step) || (step > end_step))
5308 * When ECC step size and strength are already set, check if they are supported
5339 pr_err("ECC (step, strength) = (%d, %d) does not fit in OOB",
5350 pr_err("ECC (step, strength) = (%d, %d) not supported on this controller",
5396 * If both step size and strength are smaller than the
5511 * nand_ecc_choose_conf - Set the ECC strength and ECC step size
5518 * 1. If both ECC step size and ECC strength are already set (usually by DT)
5522 * 3. Otherwise, try to match the ECC step size and ECC strength closest
5524 * requirement then fallback to the maximum ECC step size and ECC strength.