NAND_COMMAND_LP
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
nand_command_lp - [DEFAULT] Send command to NAND large page device
SYNOPSIS
"SYNOPSIS"
void nand_command_lp (struct mtd_info * mtd, unsigned command, int column, int page_addr);
ARGUMENTS
- mtd
-
MTD device structure
- command
-
the command to be sent
- column
-
the column address for this command, -1 if none
- page_addr
-
the page address for this command, -1 if none
DESCRIPTION
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.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:31 GMT, October 09, 2005