Lines Matching refs:line_parity
76 unsigned char line_parity = 0; in yaffs_ecc_calc() local
86 line_parity ^= i; in yaffs_ecc_calc()
94 if (line_parity & 0x80) in yaffs_ecc_calc()
98 if (line_parity & 0x40) in yaffs_ecc_calc()
102 if (line_parity & 0x20) in yaffs_ecc_calc()
106 if (line_parity & 0x10) in yaffs_ecc_calc()
113 if (line_parity & 0x08) in yaffs_ecc_calc()
117 if (line_parity & 0x04) in yaffs_ecc_calc()
121 if (line_parity & 0x02) in yaffs_ecc_calc()
125 if (line_parity & 0x01) in yaffs_ecc_calc()
210 unsigned line_parity = 0; in yaffs_ecc_calc_other() local
220 line_parity ^= i; in yaffs_ecc_calc_other()
227 ecc_other->line_parity = line_parity; in yaffs_ecc_calc_other()
241 delta_line = read_ecc->line_parity ^ test_ecc->line_parity; in yaffs_ecc_correct_other()