Searched refs:ecclen (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/lib/ |
H A D | bch.c | 1120 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 D | bch.c | 1130 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 D | rawnand.h | 1268 void *ecc, int ecclen,
|
/openbmc/linux/include/linux/mtd/ |
H A D | rawnand.h | 1510 void *ecc, int ecclen,
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_base.c | 1173 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 D | nand_base.c | 2861 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()
|