.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "RTC_FROM4_ERRSTAT" "9" "09 October 2005" "" ""
.SH NAME
rtc_from4_errstat \- perform additional error status checks
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int rtc_from4_errstat (struct mtd_info * \fImtd\fB, struct nand_chip * \fIthis\fB, int \fIstate\fB, int \fIstatus\fB, int \fIpage\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fImtd\fB\fR
MTD device structure
.TP
\fB\fIthis\fB\fR
NAND chip structure
.TP
\fB\fIstate\fB\fR
state or the operation
.TP
\fB\fIstatus\fB\fR
status code returned from read status
.TP
\fB\fIpage\fB\fR
startpage inside the chip, must be called with (page & this->pagemask)
.SH "DESCRIPTION"
.PP
Perform additional error status checks on erase and write failures
to determine if errors are correctable. For this device, correctable
1-bit errors on erase and write are considered acceptable.
.SH "NOTE"
.PP
see pages 34..37 of data sheet for details.