Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Domap2.c1358 int eccflag, actual_eccbytes; in omap_elm_correct_data() local
1372 actual_eccbytes = ecc->bytes - 1; in omap_elm_correct_data()
1377 actual_eccbytes = ecc->bytes - 1; in omap_elm_correct_data()
1381 actual_eccbytes = ecc->bytes; in omap_elm_correct_data()
1399 for (j = 0; j < actual_eccbytes; j++) { in omap_elm_correct_data()
1408 actual_eccbytes) == 0) { in omap_elm_correct_data()
1474 error_max = (ecc->size + actual_eccbytes) * 8; in omap_elm_correct_data()