Searched refs:ecc_step_size (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/platform_data/ |
| H A D | elm.h | 39 int ecc_steps, int ecc_step_size, int ecc_syndrome_size); 48 int ecc_steps, int ecc_step_size, in elm_config() argument
|
| H A D | mtd-nand-pxa3xx.h | 19 int ecc_strength, ecc_step_size; member
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | omap_elm.c | 104 int ecc_steps, int ecc_step_size, int ecc_syndrome_size) in elm_config() argument 114 if (ecc_step_size > ((ELM_ECC_SIZE + 1) / 2)) { in elm_config() 115 dev_err(dev, "unsupported config ecc-size=%d\n", ecc_step_size); in elm_config()
|
| /linux/drivers/spi/ |
| H A D | spi-amlogic-spifc-a4.c | 955 int i, ecc_strength, ecc_step_size; in aml_sfc_ecc_init_ctx() local 957 ecc_step_size = nand->ecc.user_conf.step_size; in aml_sfc_ecc_init_ctx() 961 if (ecc_caps[i].stepsize == ecc_step_size) { in aml_sfc_ecc_init_ctx() 962 nand->ecc.ctx.conf.step_size = ecc_step_size; in aml_sfc_ecc_init_ctx()
|
| /linux/Documentation/ABI/testing/ |
| H A 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/include/linux/mtd/ |
| H A D | mtd.h | 301 unsigned int ecc_step_size; member
|