Home
last modified time | relevance | path

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

/external/u-boot/lib/
Dbch.c1123 const int ecclen = DIV_ROUND_UP(bch->ecc_bits, 32); in build_mod8_tables() local
1137 for (j = 0; j < ecclen; j++) { in build_mod8_tables()
/external/u-boot/include/linux/mtd/
Drawnand.h1260 void *ecc, int ecclen,
/external/u-boot/drivers/mtd/nand/
Dnand_base.c1171 void *ecc, int ecclen, in nand_check_erased_ecc_chunk() argument
1184 ecc_bitflips = nand_check_erased_buf(ecc, ecclen, bitflips_threshold); in nand_check_erased_ecc_chunk()
1199 memset(ecc, 0xff, ecclen); in nand_check_erased_ecc_chunk()