Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dbch.c1120 const int ecclen = DIV_ROUND_UP(bch->ecc_bits, 32); in build_mod8_tables() local
1134 for (j = 0; j < ecclen; j++) { in build_mod8_tables()
/openbmc/u-boot/lib/
H A Dbch.c1130 const int ecclen = DIV_ROUND_UP(bch->ecc_bits, 32); in build_mod8_tables() local
1144 for (j = 0; j < ecclen; j++) { in build_mod8_tables()
/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h1268 void *ecc, int ecclen,
/openbmc/linux/include/linux/mtd/
H A Drawnand.h1510 void *ecc, int ecclen,
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c1173 void *ecc, int ecclen, in nand_check_erased_ecc_chunk() argument
1186 ecc_bitflips = nand_check_erased_buf(ecc, ecclen, bitflips_threshold); in nand_check_erased_ecc_chunk()
1201 memset(ecc, 0xff, ecclen); in nand_check_erased_ecc_chunk()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_base.c2861 void *ecc, int ecclen, in nand_check_erased_ecc_chunk() argument
2874 ecc_bitflips = nand_check_erased_buf(ecc, ecclen, bitflips_threshold); in nand_check_erased_ecc_chunk()
2889 memset(ecc, 0xff, ecclen); in nand_check_erased_ecc_chunk()