Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/platform_data/
Delm.h49 int ecc_steps, int ecc_step_size, int ecc_syndrome_size);
58 int ecc_steps, int ecc_step_size, in elm_config() argument
Dmtd-nand-pxa3xx.h38 int ecc_strength, ecc_step_size; member
/linux-4.4.14/drivers/mtd/nand/
Domap_elm.c111 int ecc_steps, int ecc_step_size, int ecc_syndrome_size) in elm_config() argument
121 if (ecc_step_size > ((ELM_ECC_SIZE + 1) / 2)) { in elm_config()
122 dev_err(dev, "unsupported config ecc-size=%d\n", ecc_step_size); in elm_config()
Dpxa3xx_nand.c1656 if (pdata->ecc_strength && pdata->ecc_step_size) { in pxa3xx_nand_scan()
1658 ecc_step = pdata->ecc_step_size; in pxa3xx_nand_scan()
1877 pdata->ecc_step_size = of_get_nand_ecc_step_size(np); in pxa3xx_nand_probe_dt()
1878 if (pdata->ecc_step_size < 0) in pxa3xx_nand_probe_dt()
1879 pdata->ecc_step_size = 0; in pxa3xx_nand_probe_dt()
Dnand_base.c4368 mtd->ecc_step_size = ecc->size; in nand_scan_tail()
/linux-4.4.14/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-4.4.14/include/linux/mtd/
Dmtd.h174 unsigned int ecc_step_size; member
/linux-4.4.14/drivers/mtd/
Dmtdpart.c537 slave->mtd.ecc_step_size = master->ecc_step_size; in allocate_partition()
Dmtdcore.c275 return snprintf(buf, PAGE_SIZE, "%u\n", mtd->ecc_step_size); in mtd_ecc_step_size_show()
278 static DEVICE_ATTR(ecc_step_size, S_IRUGO, mtd_ecc_step_size_show, NULL);