Lines Matching refs:total_ecc_bytes
167 unsigned int total_ecc_bytes = nand->ecc.ctx.total;
183 oobregion->length = total_ecc_bytes - 4;
227 unsigned int total_ecc_bytes = nand->ecc.ctx.total;
229 if (section || !total_ecc_bytes)
232 oobregion->length = total_ecc_bytes;
242 unsigned int total_ecc_bytes = nand->ecc.ctx.total;
247 oobregion->length = mtd->oobsize - total_ecc_bytes - 2;
272 unsigned int total_ecc_bytes = nand->ecc.ctx.total;
288 oobregion->length = total_ecc_bytes;
299 unsigned int total_ecc_bytes = nand->ecc.ctx.total;
320 oobregion->offset = ecc_offset + total_ecc_bytes;