Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/nand/raw/
Domap2.c1364 int eccflag, actual_eccbytes; in omap_elm_correct_data() local
1378 actual_eccbytes = ecc->bytes - 1; in omap_elm_correct_data()
1383 actual_eccbytes = ecc->bytes - 1; in omap_elm_correct_data()
1387 actual_eccbytes = ecc->bytes; in omap_elm_correct_data()
1405 for (j = 0; j < actual_eccbytes; j++) { in omap_elm_correct_data()
1414 actual_eccbytes) == 0) { in omap_elm_correct_data()
1480 error_max = (ecc->size + actual_eccbytes) * 8; in omap_elm_correct_data()