Home
last modified time | relevance | path

Searched refs:ecc_mode (Results 1 – 7 of 7) sorted by relevance

/third_party/uboot/u-boot-2020.01/board/freescale/c29xpcie/
Dddr.c88 popts->ecc_mode = 0; in fsl_ddr_board_options()
/third_party/uboot/u-boot-2020.01/drivers/ddr/fsl/
Doptions.c890 popts->ecc_mode = 0; /* 0 = disabled, 1 = enabled */ in populate_memctl_options()
894 popts->ecc_mode = 1; in populate_memctl_options()
896 popts->ecc_mode = 1; in populate_memctl_options()
899 popts->ecc_init_using_memctl = popts->ecc_mode ? 1 : 0; in populate_memctl_options()
Dinteractive.c546 CTRL_OPTIONS(ecc_mode), in fsl_ddr_options_edit()
841 CTRL_OPTIONS(ecc_mode), in print_memctl_options()
Dctrl_regs.c809 ecc_en = popts->ecc_mode; in set_ddr_sdram_cfg()
/third_party/uboot/u-boot-2020.01/include/
Dfsl_ddr_sdram.h350 unsigned int ecc_mode; /* Use ECC? */ member
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/
Dvf610_nfc.c339 static inline void vf610_nfc_ecc_mode(struct mtd_info *mtd, int ecc_mode) in vf610_nfc_ecc_mode() argument
343 CONFIG_ECC_MODE_SHIFT, ecc_mode); in vf610_nfc_ecc_mode()
Dnand_base.c4621 int ret, ecc_mode = -1, ecc_strength, ecc_step; in nand_dt_init() local
4635 ecc_mode = NAND_ECC_NONE; in nand_dt_init()
4637 ecc_mode = NAND_ECC_SOFT; in nand_dt_init()
4639 ecc_mode = NAND_ECC_HW; in nand_dt_init()
4641 ecc_mode = NAND_ECC_HW_SYNDROME; in nand_dt_init()
4643 ecc_mode = NAND_ECC_HW_OOB_FIRST; in nand_dt_init()
4645 ecc_mode = NAND_ECC_SOFT_BCH; in nand_dt_init()
4658 if (ecc_mode >= 0) in nand_dt_init()
4659 chip->ecc.mode = ecc_mode; in nand_dt_init()