Home
last modified time | relevance | path

Searched refs:delta_col (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_ecc.c235 unsigned char delta_col; /* column parity delta */ in yaffs_ecc_correct_other() local
240 delta_col = read_ecc->col_parity ^ test_ecc->col_parity; in yaffs_ecc_correct_other()
245 if ((delta_col | delta_line | delta_line_prime) == 0) in yaffs_ecc_correct_other()
249 (((delta_col ^ (delta_col >> 1)) & 0x15) == 0x15)) { in yaffs_ecc_correct_other()
254 if (delta_col & 0x20) in yaffs_ecc_correct_other()
256 if (delta_col & 0x08) in yaffs_ecc_correct_other()
258 if (delta_col & 0x02) in yaffs_ecc_correct_other()
271 hweight8(delta_col)) == 1) { in yaffs_ecc_correct_other()