Searched defs:eccsize (Results 1 – 10 of 10) sorted by relevance
/linux-3.3/drivers/mtd/nand/ |
D | bcm_umi_bch.c | 113 int eccsize = chip->ecc.size; in bcm_umi_bch_read_page_hwecc() local 197 int eccsize = chip->ecc.size; in bcm_umi_bch_write_page_hwecc() local
|
D | nand_ecc.c | 159 void __nand_calculate_ecc(const unsigned char *buf, unsigned int eccsize, in __nand_calculate_ecc() 445 unsigned int eccsize) in __nand_correct_data()
|
D | nand_base.c | 1066 int eccsize = chip->ecc.size; in nand_read_page_raw_syndrome() local 1106 int i, eccsize = chip->ecc.size; in nand_read_page_swecc() local 1239 int i, eccsize = chip->ecc.size; in nand_read_page_hwecc() local 1288 int i, eccsize = chip->ecc.size; in nand_read_page_hwecc_oob_first() local 1333 int i, eccsize = chip->ecc.size; in nand_read_page_syndrome() local 1643 int eccsize = chip->ecc.size; in nand_read_oob_syndrome() local 1702 int eccsize = chip->ecc.size, length = mtd->oobsize; in nand_write_oob_syndrome() local 1927 int eccsize = chip->ecc.size; in nand_write_page_raw_syndrome() local 1963 int i, eccsize = chip->ecc.size; in nand_write_page_swecc() local 1989 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 | sh_flctl.c | 346 int i, eccsize = chip->ecc.size; in flctl_read_page_hwecc() local 368 int i, eccsize = chip->ecc.size; in flctl_write_page_hwecc() local
|
D | fsmc_nand.c | 413 int i, j, s, stat, eccsize = chip->ecc.size; in fsmc_read_page_hwecc() local
|
D | atmel_nand.c | 339 int eccsize = chip->ecc.size; in atmel_nand_read_page() local
|
D | txx9ndfmc.c | 210 int eccsize; in txx9ndfmc_correct_data() local
|
D | mxc_nand.c | 159 int eccsize; member
|
/linux-3.3/include/linux/mtd/ |
D | nand_bch.h | 62 nand_bch_init(struct mtd_info *mtd, unsigned int eccsize, in nand_bch_init()
|