Searched refs:line_parity (Results 1 – 2 of 2) sorted by relevance
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()220 line_parity ^= i; in yaffs_ecc_calc_other()227 ecc_other->line_parity = line_parity; in yaffs_ecc_calc_other()[all …]
31 unsigned line_parity; member