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

/linux-master/lib/
H A Dbch.c1120 const int ecclen = DIV_ROUND_UP(bch->ecc_bits, 32); local
1134 for (j = 0; j < ecclen; j++) {
/linux-master/include/linux/mtd/
H A Drawnand.h1523 void *ecc, int ecclen,
/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c2839 * @ecclen: ECC length
2873 void *ecc, int ecclen,
2886 ecc_bitflips = nand_check_erased_buf(ecc, ecclen, bitflips_threshold);
2901 memset(ecc, 0xff, ecclen);
2872 nand_check_erased_ecc_chunk(void *data, int datalen, void *ecc, int ecclen, void *extraoob, int extraooblen, int bitflips_threshold) argument

Completed in 153 milliseconds