Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Domap2.c1342 int eccflag, actual_eccbytes; in omap_elm_correct_data() local
1356 actual_eccbytes = ecc->bytes - 1; in omap_elm_correct_data()
1361 actual_eccbytes = ecc->bytes - 1; in omap_elm_correct_data()
1365 actual_eccbytes = ecc->bytes; in omap_elm_correct_data()
1383 for (j = 0; j < actual_eccbytes; j++) { in omap_elm_correct_data()
1392 actual_eccbytes) == 0) { in omap_elm_correct_data()
1458 error_max = (ecc->size + actual_eccbytes) * 8; in omap_elm_correct_data()