.\" 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 "NAND_COMMAND" "9" "09 October 2005" "" ""
.SH NAME
nand_command \- [DEFAULT] Send command to NAND device
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void nand_command (struct mtd_info * \fImtd\fB, unsigned \fIcommand\fB, int \fIcolumn\fB, int \fIpage_addr\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fImtd\fB\fR
MTD device structure
.TP
\fB\fIcommand\fB\fR
the command to be sent
.TP
\fB\fIcolumn\fB\fR
the column address for this command, -1 if none
.TP
\fB\fIpage_addr\fB\fR
the page address for this command, -1 if none
.SH "DESCRIPTION"
.PP
Send command to NAND device. This function is used for small page
devices (256/512 Bytes per page)