ecc_step_size     264 drivers/mtd/mtdcore.c 	return snprintf(buf, PAGE_SIZE, "%u\n", mtd->ecc_step_size);
ecc_step_size     267 drivers/mtd/mtdcore.c static DEVICE_ATTR(ecc_step_size, S_IRUGO, mtd_ecc_step_size_show, NULL);
ecc_step_size     536 drivers/mtd/mtdpart.c 	slave->mtd.ecc_step_size = parent->ecc_step_size;
ecc_step_size    2458 drivers/mtd/nand/raw/marvell_nand.c 		chip->ecc.size = pdata->ecc_step_size;
ecc_step_size    5710 drivers/mtd/nand/raw/nand_base.c 	mtd->ecc_step_size = ecc->size;
ecc_step_size     101 drivers/mtd/nand/raw/omap_elm.c 	int ecc_steps, int ecc_step_size, int ecc_syndrome_size)
ecc_step_size     111 drivers/mtd/nand/raw/omap_elm.c 	if (ecc_step_size > ((ELM_ECC_SIZE + 1) / 2)) {
ecc_step_size     112 drivers/mtd/nand/raw/omap_elm.c 		dev_err(dev, "unsupported config ecc-size=%d\n", ecc_step_size);
ecc_step_size     603 drivers/mtd/nand/raw/sunxi_nand.c 		if (mtd->ecc_step_size == 512)
ecc_step_size    1054 drivers/mtd/nand/spi/core.c 	mtd->ecc_step_size = nand->eccreq.step_size;
ecc_step_size     261 include/linux/mtd/mtd.h 	unsigned int ecc_step_size;
ecc_step_size      39 include/linux/platform_data/elm.h 	int ecc_steps, int ecc_step_size, int ecc_syndrome_size);
ecc_step_size      48 include/linux/platform_data/elm.h 			     int ecc_steps, int ecc_step_size,
ecc_step_size      19 include/linux/platform_data/mtd-nand-pxa3xx.h 	int ecc_strength, ecc_step_size;