Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/nand/raw/
Domap2.c175 unsigned int nsteps_per_eccpg; member
1362 int eccsteps = info->nsteps_per_eccpg; in omap_elm_correct_data()
1613 for (step = 0; step < info->nsteps_per_eccpg; step++) { in omap_write_subpage_bch()
1614 unsigned int base_step = eccpg * info->nsteps_per_eccpg; in omap_write_subpage_bch()
2192 info->nsteps_per_eccpg = ERROR_VECTOR_MAX; in omap_nand_attach_chip()
2195 info->nsteps_per_eccpg = chip->ecc.steps; in omap_nand_attach_chip()
2197 info->eccpg_size = info->nsteps_per_eccpg * chip->ecc.size; in omap_nand_attach_chip()
2198 info->eccpg_bytes = info->nsteps_per_eccpg * chip->ecc.bytes; in omap_nand_attach_chip()
2201 info->nsteps_per_eccpg, chip->ecc.size, in omap_nand_attach_chip()