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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_ecc.c100 unsigned char line_parity = 0; local
110 line_parity ^= i;
118 if (line_parity & 0x80)
122 if (line_parity & 0x40)
126 if (line_parity & 0x20)
130 if (line_parity & 0x10)
137 if (line_parity & 0x08)
141 if (line_parity & 0x04)
145 if (line_parity & 0x02)
149 if (line_parity
254 unsigned line_parity = 0; local
[all...]

Completed in 24 milliseconds