Searched refs:ecc_step_size (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/include/linux/platform_data/ |
D | elm.h | 49 int ecc_steps, int ecc_step_size, int ecc_syndrome_size); 58 int ecc_steps, int ecc_step_size, in elm_config() argument
|
D | mtd-nand-pxa3xx.h | 62 int ecc_strength, ecc_step_size; member
|
/linux-4.1.27/drivers/mtd/nand/ |
D | omap_elm.c | 111 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()
|
D | pxa3xx_nand.c | 1573 if (pdata->ecc_strength && pdata->ecc_step_size) { in pxa3xx_nand_scan() 1575 ecc_step = pdata->ecc_step_size; in pxa3xx_nand_scan() 1796 pdata->ecc_step_size = of_get_nand_ecc_step_size(np); in pxa3xx_nand_probe_dt() 1797 if (pdata->ecc_step_size < 0) in pxa3xx_nand_probe_dt() 1798 pdata->ecc_step_size = 0; in pxa3xx_nand_probe_dt()
|
D | nand_base.c | 4187 mtd->ecc_step_size = ecc->size; in nand_scan_tail()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-mtd | 132 ecc_step_size). This will always be a non-negative integer. 176 What: /sys/class/mtd/mtdX/ecc_step_size
|
/linux-4.1.27/include/linux/mtd/ |
D | mtd.h | 174 unsigned int ecc_step_size; member
|
/linux-4.1.27/drivers/mtd/ |
D | mtdpart.c | 537 slave->mtd.ecc_step_size = master->ecc_step_size; in allocate_partition()
|
D | mtdcore.c | 271 return snprintf(buf, PAGE_SIZE, "%u\n", mtd->ecc_step_size); in mtd_ecc_step_size_show() 274 static DEVICE_ATTR(ecc_step_size, S_IRUGO, mtd_ecc_step_size_show, NULL);
|