HomeSort by relevance Sort by last modified time
    Searched refs:eccstrength (Results 1 - 4 of 4) sorted by null

  /external/u-boot/drivers/mtd/nand/
nand_bch.c 119 unsigned int eccstrength = nand->ecc.strength; local
121 if (!eccbytes && eccstrength) {
122 eccbytes = DIV_ROUND_UP(eccstrength * fls(8 * eccsize), 8);
210 if (!eccstrength)
fsmc_nand.c 396 * @eccstrength - the number of bits that could be corrected
399 int fsmc_nand_switch_ecc(uint32_t eccstrength)
415 if (eccstrength == 1) {
422 } else if (eccstrength == 4) {
431 printf("Error: ECC strength %d not supported!\n", eccstrength);
omap_gpmc.c 890 * @eccstrength - the number of bits that could be corrected
893 int __maybe_unused omap_nand_switch_ecc(uint32_t hardware, uint32_t eccstrength)
909 if (eccstrength == 1) {
913 } else if (eccstrength == 8) {
917 } else if (eccstrength == 16) {
926 if (eccstrength == 1) {
930 } else if (eccstrength == 8) {
  /external/u-boot/arch/arm/include/asm/arch-spear/
spr_misc.h 255 int fsmc_nand_switch_ecc(uint32_t eccstrength);

Completed in 58 milliseconds