Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Domap2.c1220 int eccflag, actual_eccbytes; in omap_elm_correct_data() local
1234 actual_eccbytes = ecc->bytes - 1; in omap_elm_correct_data()
1239 actual_eccbytes = ecc->bytes - 1; in omap_elm_correct_data()
1243 actual_eccbytes = ecc->bytes; in omap_elm_correct_data()
1261 for (j = 0; j < actual_eccbytes; j++) { in omap_elm_correct_data()
1270 actual_eccbytes) == 0) { in omap_elm_correct_data()
1336 error_max = (ecc->size + actual_eccbytes) * 8; in omap_elm_correct_data()