Searched refs:line_parity_prime (Results 1 – 2 of 2) sorted by relevance
87 line_parity_prime ^= ~i; in yaffs_ecc_calc()96 if (line_parity_prime & 0x80) in yaffs_ecc_calc()100 if (line_parity_prime & 0x40) in yaffs_ecc_calc()104 if (line_parity_prime & 0x20) in yaffs_ecc_calc()108 if (line_parity_prime & 0x10) in yaffs_ecc_calc()115 if (line_parity_prime & 0x08) in yaffs_ecc_calc()119 if (line_parity_prime & 0x04) in yaffs_ecc_calc()123 if (line_parity_prime & 0x02) in yaffs_ecc_calc()221 line_parity_prime ^= ~i; in yaffs_ecc_calc_other()228 ecc_other->line_parity_prime = line_parity_prime; in yaffs_ecc_calc_other()[all …]
32 unsigned line_parity_prime; member