/linux-6.3-rc2/drivers/mtd/nand/ |
A D | ecc-sw-bch.c | 112 unsigned int eccbytes = engine_conf->code_size; in nand_ecc_sw_bch_init() local 118 t = (eccbytes * 8) / m; in nand_ecc_sw_bch_init() 124 engine_conf->eccmask = kzalloc(eccbytes, GFP_KERNEL); in nand_ecc_sw_bch_init() 144 for (i = 0; i < eccbytes; i++) in nand_ecc_sw_bch_init() 148 if (engine_conf->bch->ecc_bytes != eccbytes) { in nand_ecc_sw_bch_init() 150 eccbytes, engine_conf->bch->ecc_bytes); in nand_ecc_sw_bch_init() 156 if (8 * (eccsize + eccbytes) >= (1 << m)) { in nand_ecc_sw_bch_init() 297 int eccbytes = engine_conf->code_size; in nand_ecc_sw_bch_prepare_io_req() local 321 eccsteps--, i += eccbytes, data += eccsize) in nand_ecc_sw_bch_prepare_io_req() 335 int eccbytes = engine_conf->code_size; in nand_ecc_sw_bch_finish_io_req() local [all …]
|
A D | ecc-sw-hamming.c | 551 int eccbytes = engine_conf->code_size; in nand_ecc_sw_hamming_prepare_io_req() local 575 eccsteps--, i += eccbytes, data += eccsize) in nand_ecc_sw_hamming_prepare_io_req() 589 int eccbytes = engine_conf->code_size; in nand_ecc_sw_hamming_finish_io_req() local 618 for (i = 0; eccsteps; eccsteps--, i += eccbytes, data += eccsize) in nand_ecc_sw_hamming_finish_io_req() 624 eccsteps--, i += eccbytes, data += eccsize) { in nand_ecc_sw_hamming_finish_io_req()
|
/linux-6.3-rc2/drivers/mtd/nand/raw/atmel/ |
A D | pmecc.c | 171 int eccbytes; member 280 int i, max_eccbytes, eccbytes = 0, eccstrength = 0; in atmel_pmecc_prepare_user_req() local 324 eccbytes = nbytes; in atmel_pmecc_prepare_user_req() 333 req->ecc.bytes = eccbytes; in atmel_pmecc_prepare_user_req() 337 req->ecc.ooboffset = req->oobsize - eccbytes; in atmel_pmecc_prepare_user_req() 390 user->eccbytes = req->ecc.bytes / req->ecc.nsectors; in atmel_pmecc_create_user() 695 int eccbytes = user->eccbytes; in atmel_pmecc_correct_sector() local 725 } else if (byte < sectorsize + eccbytes) { in atmel_pmecc_correct_sector() 731 errpos, (sectorsize + eccbytes) * 8); in atmel_pmecc_correct_sector() 759 for (i = 0; i < user->eccbytes; i++) in atmel_pmecc_get_generated_eccbytes()
|
/linux-6.3-rc2/include/uapi/mtd/ |
A D | mtd-abi.h | 270 __u32 eccbytes; member 291 __u32 eccbytes; member
|
/linux-6.3-rc2/drivers/mtd/nand/raw/ |
A D | txx9ndfmc.c | 171 int eccbytes; in txx9ndfmc_calculate_ecc() local 177 for (eccbytes = chip->ecc.bytes; eccbytes > 0; eccbytes -= 3) { in txx9ndfmc_calculate_ecc()
|
A D | nand_base.c | 2960 int eccbytes = chip->ecc.bytes; in nand_read_page_raw_syndrome() local 2988 oob += eccbytes; in nand_read_page_raw_syndrome() 3022 int eccbytes = chip->ecc.bytes; in nand_read_page_swecc() local 3181 int eccbytes = chip->ecc.bytes; in nand_read_page_hwecc() local 3223 &ecc_code[i], eccbytes, in nand_read_page_hwecc() 3254 int eccbytes = chip->ecc.bytes; in nand_read_page_hwecc_oob_first() local 3290 eccbytes, NULL, 0, in nand_read_page_hwecc_oob_first() 3320 int eccbytes = chip->ecc.bytes; in nand_read_page_syndrome() local 3357 oob += eccbytes; in nand_read_page_syndrome() 4069 oob += eccbytes; in nand_write_page_raw_syndrome() [all …]
|
A D | mxc_nand.c | 156 int eccbytes; member 1480 .eccbytes = 3, 1505 .eccbytes = 3, 1531 .eccbytes = 9, 1556 .eccbytes = 0, 1582 .eccbytes = 0, 1628 chip->ecc.bytes = host->devtype_data->eccbytes; in mxcnd_attach_chip()
|
A D | omap2.c | 1005 int eccbytes = info->nand.ecc.bytes; in _omap_calculate_ecc_bch() local 1092 for (j = 0; j < eccbytes; j++) in _omap_calculate_ecc_bch() 1097 ecc_calc[eccbytes - 1] = 0x0; in _omap_calculate_ecc_bch() 1103 for (j = 0; j < eccbytes; j++) in _omap_calculate_ecc_bch() 1108 ecc_calc[eccbytes - 1] = 0x0; in _omap_calculate_ecc_bch() 1147 int eccbytes = info->nand.ecc.bytes; in omap_calculate_ecc_bch_multi() local 1157 ecc_calc += eccbytes; in omap_calculate_ecc_bch_multi()
|
A D | stm32_fmc2_nand.c | 682 int eccbytes = chip->ecc.bytes; in stm32_fmc2_nfc_read_page() local 695 s++, i += eccbytes, p += eccsize) { in stm32_fmc2_nfc_read_page() 706 eccbytes, false); in stm32_fmc2_nfc_read_page() 715 ecc_code, eccbytes, in stm32_fmc2_nfc_read_page() 1032 int eccbytes = chip->ecc.bytes; in stm32_fmc2_nfc_seq_correct() local 1040 for (i = 0, s = 0; s < eccsteps; s++, i += eccbytes, dat += eccsize) { in stm32_fmc2_nfc_seq_correct() 1071 eccbytes, in stm32_fmc2_nfc_seq_correct()
|
A D | fsmc_nand.c | 710 int eccbytes = chip->ecc.bytes; in fsmc_read_page_hwecc() local 725 for (i = 0, s = 0; s < eccsteps; s++, i += eccbytes, p += eccsize) { in fsmc_read_page_hwecc() 732 for (j = 0; j < eccbytes;) { in fsmc_read_page_hwecc()
|
A D | renesas-nand-controller.c | 976 unsigned int eccbytes = round_up(chip->ecc.bytes, 4) * chip->ecc.steps; in rnandc_ooblayout_ecc() local 982 oobregion->length = eccbytes; in rnandc_ooblayout_ecc() 991 unsigned int eccbytes = round_up(chip->ecc.bytes, 4) * chip->ecc.steps; in rnandc_ooblayout_free() local 996 oobregion->offset = 2 + eccbytes; in rnandc_ooblayout_free()
|
A D | nandsim.c | 2200 unsigned int eccsteps, eccbytes; in ns_attach_chip() local 2215 eccbytes = ((bch * 13) + 7) / 8; in ns_attach_chip() 2223 if (((eccbytes * eccsteps) + 2) > nsmtd->oobsize) { in ns_attach_chip() 2230 chip->ecc.bytes = eccbytes; in ns_attach_chip()
|
/linux-6.3-rc2/drivers/mtd/nand/raw/ingenic/ |
A D | ingenic_nand_drv.c | 188 int eccbytes; in ingenic_nand_attach_chip() local 228 eccbytes = mtd->writesize / chip->ecc.size * chip->ecc.bytes; in ingenic_nand_attach_chip() 230 if (eccbytes > mtd->oobsize - 2) { in ingenic_nand_attach_chip() 233 eccbytes, mtd->oobsize - 2); in ingenic_nand_attach_chip()
|
/linux-6.3-rc2/drivers/mtd/ |
A D | mtdchar.c | 454 to->eccbytes = 0; in shrink_ecclayout() 470 to->eccbytes++; in shrink_ecclayout() 501 to->eccbytes = 0; in get_oobinfo() 519 to->eccbytes++; in get_oobinfo()
|
/linux-6.3-rc2/drivers/mtd/nand/raw/gpmi-nand/ |
A D | gpmi-nand.c | 1428 int eccbytes; in gpmi_count_bitflips() local 1436 eccbytes = DIV_ROUND_UP(offset + eccbits, 8); in gpmi_count_bitflips() 1438 eccbytes -= offset; in gpmi_count_bitflips() 1440 eccbytes, false); in gpmi_count_bitflips() 1454 eccbuf[eccbytes - 1] |= GENMASK(7, bitoffset); in gpmi_count_bitflips() 1472 eccbuf, eccbytes, in gpmi_count_bitflips() 1480 eccbuf, eccbytes, in gpmi_count_bitflips()
|
/linux-6.3-rc2/Documentation/driver-api/ |
A D | mtdnand.rst | 624 int eccbytes; 639 - eccbytes 641 The eccbytes member defines the number of ecc bytes per page.
|