Lines Matching defs:conf
366 unsigned int step_size = nand->ecc.ctx.conf.step_size;
459 unsigned int step_size = nand->ecc.ctx.conf.step_size;
469 struct nand_ecc_props *conf = &nand->ecc.ctx.conf;
490 conf->engine_type = NAND_ECC_ENGINE_TYPE_SOFT;
491 conf->algo = NAND_ECC_ALGO_HAMMING;
492 conf->step_size = nand->ecc.user_conf.step_size;
493 conf->strength = 1;
496 if (conf->step_size != 256 && conf->step_size != 512)
497 conf->step_size = 256;
516 nand->ecc.ctx.nsteps = mtd->writesize / conf->step_size;
550 int eccsize = nand->ecc.ctx.conf.step_size;
587 int eccsize = nand->ecc.ctx.conf.step_size;