Searched refs:ecc_mode (Results 1 – 6 of 6) sorted by relevance
891 popts->ecc_mode = 0; /* 0 = disabled, 1 = enabled */ in populate_memctl_options()895 popts->ecc_mode = 1; in populate_memctl_options()897 popts->ecc_mode = 1; in populate_memctl_options()900 popts->ecc_init_using_memctl = popts->ecc_mode ? 1 : 0; in populate_memctl_options()
549 CTRL_OPTIONS(ecc_mode), in fsl_ddr_options_edit()844 CTRL_OPTIONS(ecc_mode), in print_memctl_options()
811 ecc_en = popts->ecc_mode; in set_ddr_sdram_cfg()
350 unsigned int ecc_mode; /* Use ECC? */ member
342 static inline void vf610_nfc_ecc_mode(struct mtd_info *mtd, int ecc_mode) in vf610_nfc_ecc_mode() argument346 CONFIG_ECC_MODE_SHIFT, ecc_mode); in vf610_nfc_ecc_mode()
4582 int ret, ecc_mode = -1, ecc_strength, ecc_step; in nand_dt_init() local4596 ecc_mode = NAND_ECC_NONE; in nand_dt_init()4598 ecc_mode = NAND_ECC_SOFT; in nand_dt_init()4600 ecc_mode = NAND_ECC_HW; in nand_dt_init()4602 ecc_mode = NAND_ECC_HW_SYNDROME; in nand_dt_init()4604 ecc_mode = NAND_ECC_HW_OOB_FIRST; in nand_dt_init()4606 ecc_mode = NAND_ECC_SOFT_BCH; in nand_dt_init()4619 if (ecc_mode >= 0) in nand_dt_init()4620 chip->ecc.mode = ecc_mode; in nand_dt_init()
Completed in 26 milliseconds