Home
last modified time | relevance | path

Searched refs:ecc_step_size (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/include/linux/platform_data/
Delm.h39 int ecc_steps, int ecc_step_size, int ecc_syndrome_size);
48 int ecc_steps, int ecc_step_size, in elm_config() argument
Dmtd-nand-pxa3xx.h19 int ecc_strength, ecc_step_size; member
/Linux-v5.4/drivers/mtd/nand/raw/
Domap_elm.c101 int ecc_steps, int ecc_step_size, int ecc_syndrome_size) in elm_config() argument
111 if (ecc_step_size > ((ELM_ECC_SIZE + 1) / 2)) { in elm_config()
112 dev_err(dev, "unsupported config ecc-size=%d\n", ecc_step_size); in elm_config()
Dsunxi_nand.c603 if (mtd->ecc_step_size == 512) in sunxi_nfc_randomizer_state()
Dmarvell_nand.c2458 chip->ecc.size = pdata->ecc_step_size; in marvell_nand_attach_chip()
Dnand_base.c5706 mtd->ecc_step_size = ecc->size; in nand_scan_tail()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-mtd132 ecc_step_size). This will always be a non-negative integer.
176 What: /sys/class/mtd/mtdX/ecc_step_size
/Linux-v5.4/drivers/mtd/
Dmtdpart.c536 slave->mtd.ecc_step_size = parent->ecc_step_size; in allocate_partition()
Dmtdcore.c264 return snprintf(buf, PAGE_SIZE, "%u\n", mtd->ecc_step_size); in mtd_ecc_step_size_show()
267 static DEVICE_ATTR(ecc_step_size, S_IRUGO, mtd_ecc_step_size_show, NULL);
/Linux-v5.4/include/linux/mtd/
Dmtd.h261 unsigned int ecc_step_size; member