Lines Matching refs:read_ecc
135 int yaffs_ecc_correct(unsigned char *data, unsigned char *read_ecc, in yaffs_ecc_correct() argument
140 d0 = read_ecc[0] ^ test_ecc[0]; in yaffs_ecc_correct()
141 d1 = read_ecc[1] ^ test_ecc[1]; in yaffs_ecc_correct()
142 d2 = read_ecc[2] ^ test_ecc[2]; in yaffs_ecc_correct()
189 read_ecc[0] = test_ecc[0]; in yaffs_ecc_correct()
190 read_ecc[1] = test_ecc[1]; in yaffs_ecc_correct()
191 read_ecc[2] = test_ecc[2]; in yaffs_ecc_correct()
232 struct yaffs_ecc_other *read_ecc, in yaffs_ecc_correct_other() argument
240 delta_col = read_ecc->col_parity ^ test_ecc->col_parity; in yaffs_ecc_correct_other()
241 delta_line = read_ecc->line_parity ^ test_ecc->line_parity; in yaffs_ecc_correct_other()
243 read_ecc->line_parity_prime ^ test_ecc->line_parity_prime; in yaffs_ecc_correct_other()
274 *read_ecc = *test_ecc; in yaffs_ecc_correct_other()