Searched refs:ecc_step_size (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/linux/platform_data/
H A Delm.h39 int ecc_steps, int ecc_step_size, int ecc_syndrome_size);
48 int ecc_steps, int ecc_step_size,
47 elm_config(struct device *dev, enum bch_ecc bch_type, int ecc_steps, int ecc_step_size, int ecc_syndrome_size) argument
H A Dmtd-nand-pxa3xx.h19 int ecc_strength, ecc_step_size; member in struct:pxa3xx_nand_platform_data
/linux-master/drivers/mtd/nand/spi/
H A Dmicron.c96 mtd->ecc_step_size)
111 mtd->ecc_step_size)
H A Dcore.c1289 mtd->ecc_step_size = nanddev_get_ecc_conf(nand)->step_size;
/linux-master/drivers/mtd/nand/raw/
H A Domap_elm.c100 * @ecc_step_size: ECC step size to assign to config
104 int ecc_steps, int ecc_step_size, int ecc_syndrome_size)
114 if (ecc_step_size > ((ELM_ECC_SIZE + 1) / 2)) {
115 dev_err(dev, "unsupported config ecc-size=%d\n", ecc_step_size);
103 elm_config(struct device *dev, enum bch_ecc bch_type, int ecc_steps, int ecc_step_size, int ecc_syndrome_size) argument
H A Dsunxi_nand.c613 if (mtd->ecc_step_size == 512)
H A Dmarvell_nand.c2544 chip->ecc.size = pdata->ecc_step_size;
H A Dnand_base.c6450 mtd->ecc_step_size = ecc->size;
/linux-master/drivers/mtd/
H A Dmtdpart.c202 child->ecc_step_size = parent->ecc_step_size;
H A Dmtdcore.c297 return sysfs_emit(buf, "%u\n", mtd->ecc_step_size);
300 MTD_DEVICE_ATTR_RO(ecc_step_size); variable
/linux-master/include/linux/mtd/
H A Dmtd.h301 unsigned int ecc_step_size; member in struct:mtd_info

Completed in 204 milliseconds