Lines Matching defs:step
2376 * not able to handle the whole instruction in a single step,
3603 * the read methods return max bitflips per ecc step.
4239 int step, ret;
4245 for (step = 0; step < ecc_steps; step++) {
4255 if ((step < start_step) || (step > end_step))
4262 if (!oob_required || (step < start_step) || (step > end_step))
5972 * When ECC step size and strength are already set, check if they are supported
6003 pr_err("ECC (step, strength) = (%d, %d) does not fit in OOB",
6014 pr_err("ECC (step, strength) = (%d, %d) not supported on this controller",
6060 * If both step size and strength are smaller than the
6175 * nand_ecc_choose_conf - Set the ECC strength and ECC step size
6182 * 1. If both ECC step size and ECC strength are already set (usually by DT)
6186 * 3. Otherwise, try to match the ECC step size and ECC strength closest
6188 * requirement then fallback to the maximum ECC step size and ECC strength.