Searched refs:ecc (Results 1 - 15 of 15) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_ecc.h35 void yaffs_ecc_cacl(const unsigned char *data, unsigned char *ecc);
40 yaffs_ECCOther *ecc);
H A Dyaffs_packedtags1.h28 unsigned ecc:12; member in struct:__anon592
H A Dyaffs_packedtags2.h33 yaffs_ECCOther ecc; member in struct:__anon594
H A Dyaffs_tagscompat.c67 /* Calculate an ecc */
71 unsigned ecc = 0; local
74 tags->ecc = 0;
80 ecc ^= bit;
84 tags->ecc = ecc;
90 unsigned ecc = tags->ecc; local
94 ecc ^= tags->ecc;
[all...]
H A Dyaffs_packedtags2.c107 &pt->ecc);
168 yaffs_ECCOther ecc; local
172 &ecc);
175 &pt->ecc, &ecc);
H A Dyaffs_ecc.c24 /* Table generated by gen-ecc.c
95 void yaffs_ecc_cacl(const unsigned char *data, unsigned char *ecc) argument
115 ecc[2] = (~col_parity) | 0x03;
134 ecc[1] = ~t;
153 ecc[0] = ~t;
157 t = ecc[0];
158 ecc[0] = ecc[1];
159 ecc[1] = t;
229 /* Reccoverable error in ecc */
[all...]
H A Dyaffs_packedtags1.c23 pt->ecc = 0;
H A Dyaffs_guts.h138 unsigned ecc:12; member in struct:__anon571
288 __u32 chunk_error_strikes:3; /* How many times we've had ecc etc failures on this block and tried to reuse it */
/netgear-R7800-V1.0.2.28/target/linux/adm5120/files/arch/mips/adm5120/mikrotik/
H A Drb-1xx.c75 chip->ecc.layout = &rb1xx_nand_ecclayout;
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/drivers/mtd/nand/
H A Dath79_nand.c332 iowrite32(mtd->writesize + chip->ecc.layout->eccpos[0],
856 ath79_priv->nand.ecc.layout = &ath79_nand_oob_64;
857 ath79_priv->nand.ecc.mode = NAND_ECC_HW;
858 ath79_priv->nand.ecc.size = mtd->writesize;
859 ath79_priv->nand.ecc.bytes = 28;
860 ath79_priv->nand.ecc.hwctl = (void *)ath79_null;
861 ath79_priv->nand.ecc.calculate = (void *)ath79_null;
862 ath79_priv->nand.ecc.correct = (void *)ath79_null;
864 ath79_priv->nand.ecc.write_oob = ath79_write_oob;
865 ath79_priv->nand.ecc
[all...]
H A Drb4xx_nand.c223 info->chip.ecc.mode = NAND_ECC_SOFT;
235 info->chip.ecc.layout = &rb4xx_nand_ecclayout;
H A Drb750_nand.c291 info->chip.ecc.mode = NAND_ECC_SOFT;
307 info->chip.ecc.layout = &rb750_nand_ecclayout;
H A Dar934x_nfc.c1056 nand->ecc.mode = NAND_ECC_SOFT;
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/arch/mips/ath79/
H A Dmach-rb2011.c191 chip->ecc.layout = &rb2011_nand_ecclayout;
/netgear-R7800-V1.0.2.28/scripts/
H A Dconfig.rpath79 icc* | ecc*)

Completed in 207 milliseconds