.\" 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_LP" "9" "09 October 2005" "" ""
.SH NAME
nand_command_lp \- [DEFAULT] Send command to NAND large page device
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void nand_command_lp (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 is the version for the new large page devices
We dont have the seperate regions as we have in the small page devices.
We must emulate NAND_CMD_READOOB to keep the code compatible.