Searched refs:ecc_step_size (Results 1 – 8 of 8) sorted by relevance
104 int ecc_steps, int ecc_step_size, int ecc_syndrome_size) in elm_config() argument114 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()
613 if (mtd->ecc_step_size == 512) in sunxi_nfc_randomizer_state()
2544 chip->ecc.size = pdata->ecc_step_size; in marvell_nand_attach_chip()
6460 mtd->ecc_step_size = ecc->size; in nand_scan_tail()
102 mtd->ecc_step_size) in micron_4_ooblayout_ecc()117 mtd->ecc_step_size) in micron_4_ooblayout_free()
1571 mtd->ecc_step_size = nanddev_get_ecc_conf(nand)->step_size; in spinand_init()
202 child->ecc_step_size = parent->ecc_step_size; in allocate_partition()
297 return sysfs_emit(buf, "%u\n", mtd->ecc_step_size); in mtd_ecc_step_size_show()300 MTD_DEVICE_ATTR_RO(ecc_step_size);
Completed in 45 milliseconds