1NAND_COMMAND_LP(9) Internal Functions Provided NAND_COMMAND_LP(9)
2
3
4
6 nand_command_lp - [DEFAULT] Send command to NAND large page device
7
9 void nand_command_lp(struct mtd_info * mtd, unsigned int command,
10 int column, int page_addr);
11
13 mtd
14 MTD device structure
15
16 command
17 the command to be sent
18
19 column
20 the column address for this command, -1 if none
21
22 page_addr
23 the page address for this command, -1 if none
24
26 Send command to NAND device. This is the version for the new large page
27 devices. We don't have the separate regions as we have in the small
28 page devices. We must emulate NAND_CMD_READOOB to keep the code
29 compatible.
30
32 Thomas Gleixner <tglx@linutronix.de>
33 Author.
34
36Kernel Hackers Manual 3.10 June 2019 NAND_COMMAND_LP(9)