max_eccdata_size  499 drivers/mtd/nand/raw/mtk_ecc.c 	u32 max_eccdata_size;
max_eccdata_size  508 drivers/mtd/nand/raw/mtk_ecc.c 	max_eccdata_size = ecc->caps->num_ecc_strength - 1;
max_eccdata_size  509 drivers/mtd/nand/raw/mtk_ecc.c 	max_eccdata_size = ecc->caps->ecc_strength[max_eccdata_size];
max_eccdata_size  510 drivers/mtd/nand/raw/mtk_ecc.c 	max_eccdata_size = (max_eccdata_size * ecc->caps->parity_bits + 7) >> 3;
max_eccdata_size  511 drivers/mtd/nand/raw/mtk_ecc.c 	max_eccdata_size = round_up(max_eccdata_size, 4);
max_eccdata_size  512 drivers/mtd/nand/raw/mtk_ecc.c 	ecc->eccdata = devm_kzalloc(dev, max_eccdata_size, GFP_KERNEL);