Searched refs:ecclen (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | bch.c | 1154 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 D | bch.c | 1124 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 D | rawnand.h | 1233 void *ecc, int ecclen,
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | rawnand.h | 1430 void *ecc, int ecclen,
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | nand_base.c | 1716 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 D | nand_base.c | 2535 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()
|