Searched refs:ecc_step_size (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/include/linux/platform_data/ |
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
|
A D | mtd-nand-pxa3xx.h | 19 int ecc_strength, ecc_step_size; member
|
/linux-6.3-rc2/drivers/mtd/nand/spi/ |
A D | micron.c | 96 mtd->ecc_step_size) in micron_4_ooblayout_ecc() 111 mtd->ecc_step_size) in micron_4_ooblayout_free()
|
A D | core.c | 1287 mtd->ecc_step_size = nanddev_get_ecc_conf(nand)->step_size; in spinand_init()
|
/linux-6.3-rc2/drivers/mtd/nand/raw/ |
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()
|
A D | sunxi_nand.c | 614 if (mtd->ecc_step_size == 512) in sunxi_nfc_randomizer_state()
|
A D | marvell_nand.c | 2514 chip->ecc.size = pdata->ecc_step_size; in marvell_nand_attach_chip()
|
A D | nand_base.c | 6350 mtd->ecc_step_size = ecc->size; in nand_scan_tail()
|
/linux-6.3-rc2/drivers/mtd/ |
A D | mtdpart.c | 196 child->ecc_step_size = parent->ecc_step_size; in allocate_partition()
|
A D | mtdcore.c | 267 return sysfs_emit(buf, "%u\n", mtd->ecc_step_size); in mtd_ecc_step_size_show() 270 MTD_DEVICE_ATTR_RO(ecc_step_size);
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
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-6.3-rc2/include/linux/mtd/ |
A D | mtd.h | 301 unsigned int ecc_step_size; member
|
Completed in 46 milliseconds