Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Domap2.c1406 unsigned int eccpg; in omap_write_page_bch() local
1413 for (eccpg = 0; eccpg < info->neccpg; eccpg++) { in omap_write_page_bch()
1418 info->data_out(chip, buf + (eccpg * info->eccpg_size), in omap_write_page_bch()
1423 buf + (eccpg * info->eccpg_size), in omap_write_page_bch()
1430 eccpg * info->eccpg_bytes, in omap_write_page_bch()
1464 unsigned int eccpg; in omap_write_subpage_bch() local
1477 for (eccpg = 0; eccpg < info->neccpg; eccpg++) { in omap_write_subpage_bch()
1482 info->data_out(chip, buf + (eccpg * info->eccpg_size), in omap_write_subpage_bch()
1486 unsigned int base_step = eccpg * info->nsteps_per_eccpg; in omap_write_subpage_bch()
1487 const u8 *bufoffs = buf + (eccpg * info->eccpg_size); in omap_write_subpage_bch()
[all …]