error_max        1367 drivers/mtd/nand/raw/omap2.c 	u32 bit_pos, byte_pos, error_max, pos;
error_max        1475 drivers/mtd/nand/raw/omap2.c 				error_max = (ecc->size + actual_eccbytes) * 8;
error_max        1480 drivers/mtd/nand/raw/omap2.c 				byte_pos = (error_max - pos - 1) / 8;
error_max        1482 drivers/mtd/nand/raw/omap2.c 				if (pos < error_max) {