Lines Matching refs:total_ecc_bytes
160 unsigned int total_ecc_bytes = nand->ecc.ctx.total;
176 oobregion->length = total_ecc_bytes - 4;
220 unsigned int total_ecc_bytes = nand->ecc.ctx.total;
222 if (section || !total_ecc_bytes)
225 oobregion->length = total_ecc_bytes;
235 unsigned int total_ecc_bytes = nand->ecc.ctx.total;
240 oobregion->length = mtd->oobsize - total_ecc_bytes - 2;
265 unsigned int total_ecc_bytes = nand->ecc.ctx.total;
281 oobregion->length = total_ecc_bytes;
292 unsigned int total_ecc_bytes = nand->ecc.ctx.total;
313 oobregion->offset = ecc_offset + total_ecc_bytes;