Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/gpmi-nand/
Dgpmi-nand.c190 unsigned int ecc_step) in set_geometry_by_ecc_info() argument
197 switch (ecc_step) { in set_geometry_by_ecc_info()
210 geo->ecc_chunk_size = ecc_step; in set_geometry_by_ecc_info()
219 ecc_step, mtd->oobsize); in set_geometry_by_ecc_info()
/Linux-v4.19/drivers/mtd/nand/raw/
Dnand_base.c5917 int ecc_mode, ecc_algo, ecc_strength, ecc_step; in nand_dt_init() local
5934 ecc_step = of_get_nand_ecc_step_size(dn); in nand_dt_init()
5945 if (ecc_step > 0) in nand_dt_init()
5946 chip->ecc.size = ecc_step; in nand_dt_init()