Home
last modified time | relevance | path

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

/external/u-boot/fs/yaffs2/
Dyaffs_checkptrw.c162 dev->checkpt_xor = 0; in yaffs2_checkpt_open()
197 composite_sum = (dev->checkpt_sum << 8) | (dev->checkpt_xor & 0xff); in yaffs2_get_checkpt_sum()
272 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_wr()
348 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_rd()
Dyaffs_guts.h667 u32 checkpt_xor; member