Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_ecc.c75 unsigned char col_parity = 0; in yaffs_ecc_calc() local
83 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() local
216 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()
H A Dyaffs_ecc.h30 unsigned char col_parity; member