1NAND_COMMAND(9) Internal Functions Provided NAND_COMMAND(9)
2
3
4
6 nand_command - [DEFAULT] Send command to NAND device
7
9 void nand_command(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 function is used for small page
27 devices (512 Bytes per page).
28
30 Thomas Gleixner <tglx@linutronix.de>
31 Author.
32
34Kernel Hackers Manual 3.10 June 2019 NAND_COMMAND(9)