Searched refs:ecc_total (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/pstore/
H A Dram_core.c194 size_t ecc_total; local
207 ecc_total = (ecc_blocks + 1) * prz->ecc_info.ecc_size;
208 if (ecc_total >= prz->buffer_size) {
211 ecc_total, prz->buffer_size);
215 prz->buffer_size -= ecc_total;
/linux-master/drivers/mtd/nand/raw/
H A Dintel-nand-controller.c449 u32 ecc_steps, ecc_bytes, ecc_total, pagesize, pg_per_blk; local
490 ecc_total = ecc_steps * ecc_bytes;
491 if ((ecc_total + 8) > mtd->oobsize)
494 chip->ecc.total = ecc_total;
H A Darasan-nand-controller.c163 * @ecc_total: Total number of ECC bytes
184 unsigned int ecc_total; member in struct:anand
460 &chip->oob_poi[mtd->oobsize - anand->ecc_total],
1170 anand->ecc_total = DIV_ROUND_UP(anand->ecc_bits * ecc->steps, 8);
1171 ecc_offset = mtd->writesize + mtd->oobsize - anand->ecc_total;
1173 ECC_CONF_LEN(anand->ecc_total) |

Completed in 239 milliseconds