Searched refs:col_parity (Results 1 – 2 of 2) sorted by relevance
75 unsigned char col_parity = 0; in yaffs_ecc_calc() local83 col_parity ^= b; in yaffs_ecc_calc()91 ecc[2] = (~col_parity) | 0x03; in yaffs_ecc_calc()209 unsigned char col_parity = 0; in yaffs_ecc_calc_other() local216 col_parity ^= b; in yaffs_ecc_calc_other()226 ecc_other->col_parity = (col_parity >> 2) & 0x3f; in yaffs_ecc_calc_other()240 delta_col = read_ecc->col_parity ^ test_ecc->col_parity; in yaffs_ecc_correct_other()
30 unsigned char col_parity; member