other versions
NAND_COMMAND(9) | Internal Functions Provided | NAND_COMMAND(9) |
NAME¶
nand_command - [DEFAULT] Send command to NAND device
SYNOPSIS¶
void nand_command(struct mtd_info * mtd, unsigned int command, int column, int page_addr);
ARGUMENTS¶
struct mtd_info * mtd
MTD device structure
unsigned int command
the command to be sent
int column
the column address for this command, -1 if none
int page_addr
the page address for this command, -1 if none
DESCRIPTION¶
Send command to NAND device. This function is used for small page devices (512 Bytes per page).
AUTHOR¶
Thomas Gleixner <tglx@linutronix.de>
Author.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |