Searched refs:ecc_conf (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/mtd/nand/raw/
H A Darasan-nand-controller.c158 * @ecc_conf: Hardware ECC configuration value
179 u32 ecc_conf; member in struct:anand
542 writel_relaxed(anand->ecc_conf, nfc->base + ECC_CONF_REG);
1172 anand->ecc_conf = ECC_CONF_COL(ecc_offset) |
H A Dnand_base.c5817 const struct nand_ecc_props *ecc_conf = nanddev_get_ecc_conf(base); local
5829 chip->ecc.size = ecc_conf->step_size;
5830 chip->ecc.strength = ecc_conf->strength;

Completed in 128 milliseconds