Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mtd/nand/raw/
Darasan-nand-controller.c179 u32 ecc_conf; member
541 writel_relaxed(anand->ecc_conf, nfc->base + ECC_CONF_REG); in anfc_write_page_hw_ecc()
1175 anand->ecc_conf = ECC_CONF_COL(ecc_offset) | in anfc_init_hw_ecc_controller()
Dnand_base.c5571 const struct nand_ecc_props *ecc_conf = nanddev_get_ecc_conf(base); in rawnand_sw_bch_init() local
5583 chip->ecc.size = ecc_conf->step_size; in rawnand_sw_bch_init()
5584 chip->ecc.strength = ecc_conf->strength; in rawnand_sw_bch_init()