Searched refs:read_ecc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_ecc.h36 int yaffs_ecc_correct(unsigned char *data, unsigned char *read_ecc,
42 yaffs_ECCOther *read_ecc,
H A Dyaffs_ecc.c166 int yaffs_ecc_correct(unsigned char *data, unsigned char *read_ecc, argument
171 d0 = read_ecc[0] ^ test_ecc[0];
172 d1 = read_ecc[1] ^ test_ecc[1];
173 d2 = read_ecc[2] ^ test_ecc[2];
231 read_ecc[0] = test_ecc[0];
232 read_ecc[1] = test_ecc[1];
233 read_ecc[2] = test_ecc[2];
276 yaffs_ECCOther *read_ecc,
284 cDelta = read_ecc->colParity ^ test_ecc->colParity;
285 lDelta = read_ecc
275 yaffs_ecc_correct_other(unsigned char *data, unsigned n_bytes, yaffs_ECCOther *read_ecc, const yaffs_ECCOther *test_ecc) argument
[all...]
H A Dyaffs_mtdif2.c150 retval = mtd->read_ecc(mtd, addr, dev->data_bytes_per_chunk,
H A Dyaffs_vfs_glue.c2818 !mtd->read_ecc || !mtd->read_oob || !mtd->write_oob) {
2843 !mtd->read_ecc || !mtd->read_oob || !mtd->write_oob) {

Completed in 92 milliseconds