1. NAME▲
nand_command - [DEFAULT] Send command to NAND device
2. SYNOPSIS ▲
void nand_command(struct mtd_info * mtd , unsigned int command , int column , int page_addr );
3. 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
4. DESCRIPTION ▲
Send command to NAND device. This function is used for small page devices (512 Bytes per page).
5. AUTHOR ▲
Thomas Gleixner <>
Author.
6. COPYRIGHT ▲