ecc_step          258 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 				    unsigned int ecc_step)
ecc_step          265 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 	switch (ecc_step) {
ecc_step          279 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 	geo->ecc_chunk_size = ecc_step;
ecc_step          288 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 			ecc_step, mtd->oobsize);
ecc_step         4945 drivers/mtd/nand/raw/nand_base.c 	int ecc_mode, ecc_algo, ecc_strength, ecc_step;
ecc_step         4962 drivers/mtd/nand/raw/nand_base.c 	ecc_step = of_get_nand_ecc_step_size(dn);
ecc_step         4973 drivers/mtd/nand/raw/nand_base.c 	if (ecc_step > 0)
ecc_step         4974 drivers/mtd/nand/raw/nand_base.c 		chip->ecc.size = ecc_step;