Scroll to navigation

NAND_COMMAND_LP(9) Internal Functions Provided NAND_COMMAND_LP(9)

NAME

nand_command_lp - [DEFAULT] Send command to NAND large page device

SYNOPSIS

void nand_command_lp(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 is the version for the new large page devices. We don't have the separate regions as we have in the small page devices. We must emulate NAND_CMD_READOOB to keep the code compatible.

AUTHOR

Thomas Gleixner <tglx@linutronix.de>
Author.

COPYRIGHT

July 2017 Kernel Hackers Manual 4.11