Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H 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()
/OK3568_Linux_fs/u-boot/lib/
H A Dbch.c1124 const int ecclen = DIV_ROUND_UP(bch->ecc_bits, 32); in build_mod8_tables() local
1138 for (j = 0; j < ecclen; j++) { in build_mod8_tables()
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Drawnand.h1233 void *ecc, int ecclen,
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Drawnand.h1430 void *ecc, int ecclen,
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c1716 void *ecc, int ecclen, in nand_check_erased_ecc_chunk() argument
1729 ecc_bitflips = nand_check_erased_buf(ecc, ecclen, bitflips_threshold); in nand_check_erased_ecc_chunk()
1744 memset(ecc, 0xff, ecclen); in nand_check_erased_ecc_chunk()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnand_base.c2535 void *ecc, int ecclen, in nand_check_erased_ecc_chunk() argument
2548 ecc_bitflips = nand_check_erased_buf(ecc, ecclen, bitflips_threshold); in nand_check_erased_ecc_chunk()
2563 memset(ecc, 0xff, ecclen); in nand_check_erased_ecc_chunk()