Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Dbch.c1154 const int ecclen = DIV_ROUND_UP(bch->ecc_bits, 32); in build_mod8_tables() local
1168 for (j = 0; j < ecclen; j++) { in build_mod8_tables()
/linux-6.3-rc2/include/linux/mtd/
A Drawnand.h1506 void *ecc, int ecclen,
/linux-6.3-rc2/drivers/mtd/nand/raw/
A Dnand_base.c2823 void *ecc, int ecclen, in nand_check_erased_ecc_chunk() argument
2836 ecc_bitflips = nand_check_erased_buf(ecc, ecclen, bitflips_threshold); in nand_check_erased_ecc_chunk()
2851 memset(ecc, 0xff, ecclen); in nand_check_erased_ecc_chunk()

Completed in 25 milliseconds