Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_ecc.c86 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 …]
H A Dyaffs_ecc.h31 unsigned line_parity; member