Home
last modified time | relevance | path

Searched refs:nsteps_per_eccpg (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Domap2.c175 unsigned int nsteps_per_eccpg; member
1234 int eccsteps = info->nsteps_per_eccpg; in omap_elm_correct_data()
1485 for (step = 0; step < info->nsteps_per_eccpg; step++) { in omap_write_subpage_bch()
1486 unsigned int base_step = eccpg * info->nsteps_per_eccpg; in omap_write_subpage_bch()
2064 info->nsteps_per_eccpg = ERROR_VECTOR_MAX; in omap_nand_attach_chip()
2067 info->nsteps_per_eccpg = chip->ecc.steps; in omap_nand_attach_chip()
2069 info->eccpg_size = info->nsteps_per_eccpg * chip->ecc.size; in omap_nand_attach_chip()
2070 info->eccpg_bytes = info->nsteps_per_eccpg * chip->ecc.bytes; in omap_nand_attach_chip()
2073 info->nsteps_per_eccpg, chip->ecc.size, in omap_nand_attach_chip()