Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_nandif.c81 int eccStatus; /* 0 = ok, 1 = fixed, -1 = unfixed */ in ynandif_ReadChunkWithTagsFromNAND() local
108 &eccStatus); in ynandif_ReadChunkWithTagsFromNAND()
123 if (eccStatus < 0 || in ynandif_ReadChunkWithTagsFromNAND()
126 else if (eccStatus > 0 || in ynandif_ReadChunkWithTagsFromNAND()
H A Dyaffs_nandif.h41 int *eccStatus);