Home | History | Annotate | Download | only in yaffs2

Lines Matching refs:line_parity

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