Lines Matching refs:eccbytes

1167 	int eccbytes	= info->nand.ecc.bytes;  in omap_calculate_ecc_bch()  local
1255 for (j = 0; j < eccbytes; j++) in omap_calculate_ecc_bch()
1260 ecc_calc[eccbytes - 1] = 0x0; in omap_calculate_ecc_bch()
1265 for (j = 0; j < eccbytes; j++) in omap_calculate_ecc_bch()
1270 ecc_calc[eccbytes - 1] = 0x0; in omap_calculate_ecc_bch()
1278 ecc_calc += eccbytes; in omap_calculate_ecc_bch()
1840 ecclayout->eccbytes = nand_chip->ecc.bytes * in omap_nand_probe()
1847 for (i = 0; i < ecclayout->eccbytes; i++, oob_index++) in omap_nand_probe()
1851 ecclayout->eccpos[ecclayout->eccbytes - 1] + 1; in omap_nand_probe()
1864 ecclayout->eccbytes = nand_chip->ecc.bytes * in omap_nand_probe()
1868 for (i = 0; i < ecclayout->eccbytes; i++, oob_index++) { in omap_nand_probe()
1875 ecclayout->eccpos[ecclayout->eccbytes - 1] + 1; in omap_nand_probe()
1901 ecclayout->eccbytes = nand_chip->ecc.bytes * in omap_nand_probe()
1905 for (i = 0; i < ecclayout->eccbytes; i++, oob_index++) in omap_nand_probe()
1909 ecclayout->eccpos[ecclayout->eccbytes - 1] + 1; in omap_nand_probe()
1928 ecclayout->eccbytes = nand_chip->ecc.bytes * in omap_nand_probe()
1932 for (i = 0; i < ecclayout->eccbytes; i++, oob_index++) { in omap_nand_probe()
1939 ecclayout->eccpos[ecclayout->eccbytes - 1] + 1; in omap_nand_probe()
1972 ecclayout->eccbytes = nand_chip->ecc.bytes * in omap_nand_probe()
1976 for (i = 0; i < ecclayout->eccbytes; i++, oob_index++) in omap_nand_probe()
1980 ecclayout->eccpos[ecclayout->eccbytes - 1] + 1; in omap_nand_probe()
2002 ecclayout->eccbytes = nand_chip->ecc.bytes * in omap_nand_probe()
2006 for (i = 0; i < ecclayout->eccbytes; i++, oob_index++) in omap_nand_probe()
2010 ecclayout->eccpos[ecclayout->eccbytes - 1] + 1; in omap_nand_probe()
2024 if (mtd->oobsize < (ecclayout->eccbytes + BADBLOCK_MARKER_LENGTH)) { in omap_nand_probe()
2027 ecclayout->eccbytes, mtd->oobsize); in omap_nand_probe()