Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_tagscompat.c162 int ecc_result1, ecc_result2; in yaffs_rd_chunk_nand() local
166 ecc_result1 = in yaffs_rd_chunk_nand()
173 if (ecc_result1 > 0) { in yaffs_rd_chunk_nand()
178 } else if (ecc_result1 < 0) { in yaffs_rd_chunk_nand()
197 if (ecc_result1 || ecc_result2) { in yaffs_rd_chunk_nand()
202 if (ecc_result1 < 0 || ecc_result2 < 0) in yaffs_rd_chunk_nand()
204 else if (ecc_result1 > 0 || ecc_result2 > 0) in yaffs_rd_chunk_nand()