Home
last modified time | relevance | path

Searched refs:eccstrength (Results 1 – 5 of 5) sorted by relevance

/u-boot/drivers/mtd/nand/raw/
A Dnand_bch.c121 unsigned int eccstrength = nand->ecc.strength; in nand_bch_init() local
123 if (!eccbytes && eccstrength) { in nand_bch_init()
124 eccbytes = DIV_ROUND_UP(eccstrength * fls(8 * eccsize), 8); in nand_bch_init()
212 if (!eccstrength) in nand_bch_init()
A Dfsmc_nand.c399 int fsmc_nand_switch_ecc(uint32_t eccstrength) in fsmc_nand_switch_ecc() argument
415 if (eccstrength == 1) { in fsmc_nand_switch_ecc()
422 } else if (eccstrength == 4) { in fsmc_nand_switch_ecc()
431 printf("Error: ECC strength %d not supported!\n", eccstrength); in fsmc_nand_switch_ecc()
A Domap_gpmc.c894 int __maybe_unused omap_nand_switch_ecc(uint32_t hardware, uint32_t eccstrength) in omap_nand_switch_ecc() argument
910 if (eccstrength == 1) { in omap_nand_switch_ecc()
914 } else if (eccstrength == 8) { in omap_nand_switch_ecc()
918 } else if (eccstrength == 16) { in omap_nand_switch_ecc()
927 if (eccstrength == 1) { in omap_nand_switch_ecc()
931 } else if (eccstrength == 8) { in omap_nand_switch_ecc()
A Dstm32_fmc2_nand.c510 int eccstrength = chip->ecc.strength; in stm32_fmc2_nfc_read_page() local
535 eccstrength); in stm32_fmc2_nfc_read_page()
/u-boot/arch/arm/include/asm/arch-spear/
A Dspr_misc.h258 int fsmc_nand_switch_ecc(uint32_t eccstrength);

Completed in 22 milliseconds