Lines Matching refs:steps
531 for (i = 0; i < chip->ecc.steps; i++) {
535 mtd->writesize / chip->ecc.steps, dir);
540 if (i == chip->ecc.steps - 1)
572 host->ecc_buf[chip->ecc.steps - 1] =
615 status = lpc32xx_xfer(mtd, buf, chip->ecc.steps, 1);
621 lpc32xx_slc_ecc_copy(tmpecc, (uint32_t *) host->ecc_buf, chip->ecc.steps);
630 for (i = 0; i < chip->ecc.steps; i++) {
659 chip->legacy.read_buf(chip, buf, chip->ecc.size * chip->ecc.steps);
682 error = lpc32xx_xfer(mtd, (uint8_t *)buf, chip->ecc.steps, 0);
695 lpc32xx_slc_ecc_copy(pb, (uint32_t *)host->ecc_buf, chip->ecc.steps);
715 chip->ecc.size * chip->ecc.steps);