1NAND_WAIT(9) Internal Functions Provided NAND_WAIT(9)
2
3
4
6 nand_wait - [DEFAULT] wait until the command is done
7
9 int nand_wait(struct mtd_info * mtd, struct nand_chip * chip);
10
12 mtd
13 MTD device structure
14
15 chip
16 NAND chip structure
17
19 Wait for command done. This applies to erase and program only Erase can
20 take up to 400ms and program up to 20ms according to general NAND and
21 SmartMedia specs
22
24 Thomas Gleixner <tglx@linutronix.de>
25 Author.
26
28Kernel Hackers Manual 2.6. June 2019 NAND_WAIT(9)