Searched defs:eccsize (Results 1 – 8 of 8) sorted by relevance
/drivers/mtd/nand/ |
D | nand_ecc.c | 158 void __nand_calculate_ecc(const unsigned char *buf, unsigned int eccsize, in __nand_calculate_ecc() 444 unsigned int eccsize) in __nand_correct_data()
|
D | nand_base.c | 1119 int eccsize = chip->ecc.size; in nand_read_page_raw_syndrome() local 1160 int i, eccsize = chip->ecc.size; in nand_read_page_swecc() local 1300 int i, eccsize = chip->ecc.size; in nand_read_page_hwecc() local 1353 int i, eccsize = chip->ecc.size; in nand_read_page_hwecc_oob_first() local 1402 int i, eccsize = chip->ecc.size; in nand_read_page_syndrome() local 1757 int eccsize = chip->ecc.size; in nand_read_oob_syndrome() local 1816 int eccsize = chip->ecc.size, length = mtd->oobsize; in nand_write_oob_syndrome() local 2040 int eccsize = chip->ecc.size; in nand_write_page_raw_syndrome() local 2079 int i, eccsize = chip->ecc.size; in nand_write_page_swecc() local 2106 int i, eccsize = chip->ecc.size; in nand_write_page_hwecc() local [all …]
|
D | nand_bch.c | 127 nand_bch_init(struct mtd_info *mtd, unsigned int eccsize, unsigned int eccbytes, in nand_bch_init()
|
D | txx9ndfmc.c | 199 int eccsize; in txx9ndfmc_correct_data() local
|
D | mxc_nand.c | 171 int eccsize; member 191 int eccsize; member
|
D | fsmc_nand.c | 718 int i, j, s, stat, eccsize = chip->ecc.size; in fsmc_read_page_hwecc() local
|
D | atmel_nand.c | 933 int eccsize = chip->ecc.size * chip->ecc.steps; in atmel_nand_pmecc_read_page() local 1279 int eccsize = chip->ecc.size; in atmel_nand_read_page() local
|
/drivers/staging/mt29f_spinand/ |
D | mt29f_spinand.c | 618 int eccsize = chip->ecc.size; in spinand_write_page_hwecc() local 631 int eccsize = chip->ecc.size; in spinand_read_page_hwecc() local
|