Home
last modified time | relevance | path

Searched refs:ecc_strength (Results 1 – 17 of 17) sorted by relevance

/linux-6.6.21/drivers/mtd/nand/
Decc-mtk.c50 const u8 *ecc_strength; member
179 if (ecc->caps->ecc_strength[i] == config->strength) in mtk_ecc_config()
438 const u8 *ecc_strength = ecc->caps->ecc_strength; in mtk_ecc_adjust_strength() local
442 if (*p <= ecc_strength[i]) { in mtk_ecc_adjust_strength()
444 *p = ecc_strength[i]; in mtk_ecc_adjust_strength()
445 else if (*p != ecc_strength[i]) in mtk_ecc_adjust_strength()
446 *p = ecc_strength[i - 1]; in mtk_ecc_adjust_strength()
451 *p = ecc_strength[ecc->caps->num_ecc_strength - 1]; in mtk_ecc_adjust_strength()
464 .ecc_strength = ecc_strength_mt2701,
475 .ecc_strength = ecc_strength_mt2712,
[all …]
/linux-6.6.21/drivers/mtd/nand/raw/gpmi-nand/
Dgpmi-nand.c228 geo->ecc_strength, in gpmi_dump_info()
249 conf->strength = geo->ecc_strength; in gpmi_check_ecc()
258 if (geo->ecc_strength > this->devdata->bch_max_ecc_strength) in gpmi_check_ecc()
283 (geo->gf_len * geo->ecc_strength + in bbm_in_data_chunk()
287 (geo->gf_len * geo->ecc_strength + in bbm_in_data_chunk()
293 geo->ecc_strength, *chunk_num); in bbm_in_data_chunk()
307 unsigned int ecc_strength, in set_geometry_by_ecc_info() argument
331 geo->ecc_strength = round_up(ecc_strength, 2); in set_geometry_by_ecc_info()
397 (geo->gf_len * geo->ecc_strength * geo->ecc_chunk_count) / 8; in set_geometry_by_ecc_info()
410 (geo->ecc_strength * geo->gf_len * (geo->ecc_chunk_count - 1) in set_geometry_by_ecc_info()
[all …]
Dgpmi-nand.h50 unsigned int ecc_strength; member
/linux-6.6.21/include/linux/platform_data/
Dbrcmnand.h9 unsigned int ecc_strength; member
Dmtd-nand-pxa3xx.h19 int ecc_strength, ecc_step_size; member
/linux-6.6.21/drivers/bcma/
Ddriver_chipcommon_nflash.c53 cc->nflash.brcmnand_info.ecc_strength = 1; in bcma_nflash_init()
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-class-mtd125 What: /sys/class/mtd/mtdX/ecc_strength
152 If not, then the default value is ecc_strength.
168 ecc_strength, -EUCLEAN is never returned by the read operations.
174 i.e., devices for which ecc_strength is zero.
/linux-6.6.21/drivers/mtd/
Dmtdpart.c203 child->ecc_strength = parent->ecc_strength; in allocate_partition()
Dmtdcore.c261 return sysfs_emit(buf, "%u\n", mtd->ecc_strength); in mtd_ecc_strength_show()
263 MTD_DEVICE_ATTR_RO(ecc_strength);
702 mtd->bitflip_threshold = mtd->ecc_strength; in add_mtd_device()
1721 if (mtd->ecc_strength == 0) in mtd_read_oob()
/linux-6.6.21/drivers/mtd/nand/raw/
Dintel-nand-controller.c443 static const u8 ecc_strength[] = { 1, 1, 4, 8, 24, 32, 40, 60, }; variable
478 if (ecc_strength_ds == ecc_strength[val]) in ebu_nand_attach_chip()
Dnand_base.c6414 mtd->ecc_strength = ecc->strength; in nand_scan_tail()
6518 mtd->bitflip_threshold = DIV_ROUND_UP(mtd->ecc_strength * 3, 4); in nand_scan_tail()
Dmarvell_nand.c2545 chip->ecc.strength = pdata->ecc_strength; in marvell_nand_attach_chip()
/linux-6.6.21/include/linux/mtd/
Dmtd.h304 unsigned int ecc_strength; member
/linux-6.6.21/drivers/mtd/nand/spi/
Dcore.c1287 mtd->ecc_strength = nanddev_get_ecc_conf(nand)->strength; in spinand_init()
/linux-6.6.21/drivers/mtd/devices/
Ddocg3.c1787 mtd->ecc_strength = DOC_ECC_BCH_T; in doc_set_driver_info()
/linux-6.6.21/drivers/mtd/nand/raw/brcmnand/
Dbrcmnand.c3279 host->chip.ecc.strength = pd->ecc_strength; in brcmnand_probe()
/linux-6.6.21/drivers/mtd/nand/onenand/
Donenand_base.c3945 mtd->ecc_strength = 1; in onenand_scan()