Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Domap2.c1236 int eccflag, actual_eccbytes; in omap_elm_correct_data() local
1250 actual_eccbytes = ecc->bytes - 1; in omap_elm_correct_data()
1255 actual_eccbytes = ecc->bytes - 1; in omap_elm_correct_data()
1259 actual_eccbytes = ecc->bytes; in omap_elm_correct_data()
1277 for (j = 0; j < actual_eccbytes; j++) { in omap_elm_correct_data()
1286 actual_eccbytes) == 0) { in omap_elm_correct_data()
1352 error_max = (ecc->size + actual_eccbytes) * 8; in omap_elm_correct_data()