Searched defs:eccsize (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | nand_ecc.c | 136 void __nand_calculate_ecc(const unsigned char *buf, unsigned int eccsize, in __nand_calculate_ecc() 422 unsigned int eccsize) in __nand_correct_data()
|
D | nand_bch.c | 127 unsigned int eccsize = nand->ecc.size; in nand_bch_init() local
|
D | nand_base.c | 3030 int eccsize = chip->ecc.size; in nand_read_page_raw_syndrome() local 3092 int i, eccsize = chip->ecc.size, ret; in nand_read_page_swecc() local 3252 int i, eccsize = chip->ecc.size, ret; in nand_read_page_hwecc() local 3326 int i, eccsize = chip->ecc.size, ret; in nand_read_page_hwecc_oob_first() local 3393 int ret, i, eccsize = chip->ecc.size; in nand_read_page_syndrome() local 3733 int eccsize = chip->ecc.size; in nand_read_oob_syndrome() local 3801 int eccsize = chip->ecc.size, length = mtd->oobsize; in nand_write_oob_syndrome() local 4042 int eccsize = chip->ecc.size; in nand_write_page_raw_syndrome() local 4104 int i, eccsize = chip->ecc.size, ret; in nand_write_page_swecc() local 4134 int i, eccsize = chip->ecc.size, ret; in nand_write_page_hwecc() local [all …]
|
D | txx9ndfmc.c | 198 int eccsize; in txx9ndfmc_correct_data() local
|
D | mxc_nand.c | 158 int eccsize; member 177 int eccsize; member
|
D | fsmc_nand.c | 725 int i, j, s, stat, eccsize = chip->ecc.size; in fsmc_read_page_hwecc() local
|
/Linux-v4.19/drivers/staging/mt29f_spinand/ |
D | mt29f_spinand.c | 639 int eccsize = chip->ecc.size; in spinand_write_page_hwecc() local 652 int eccsize = chip->ecc.size; in spinand_read_page_hwecc() local
|
/Linux-v4.19/drivers/mtd/nand/raw/gpmi-nand/ |
D | gpmi-nand.c | 1389 int eccsize = nfc_geo->ecc_chunk_size; in gpmi_ecc_read_page_raw() local 1474 int eccsize = nfc_geo->ecc_chunk_size; in gpmi_ecc_write_page_raw() local
|