Home
last modified time | relevance | path

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

/u-boot/lib/
A Dbch.c1133 const int ecclen = DIV_ROUND_UP(bch->ecc_bits, 32); in build_mod8_tables() local
1147 for (j = 0; j < ecclen; j++) { in build_mod8_tables()
/u-boot/include/linux/mtd/
A Drawnand.h1288 void *ecc, int ecclen,
/u-boot/drivers/mtd/nand/raw/
A Dnand_base.c1721 void *ecc, int ecclen, in nand_check_erased_ecc_chunk() argument
1734 ecc_bitflips = nand_check_erased_buf(ecc, ecclen, bitflips_threshold); in nand_check_erased_ecc_chunk()
1749 memset(ecc, 0xff, ecclen); in nand_check_erased_ecc_chunk()

Completed in 21 milliseconds