1NAND_VERIFY_BUF(9) Internal Functions Provided NAND_VERIFY_BUF(9)
2
3
4
6 nand_verify_buf - [DEFAULT] Verify chip data against buffer
7
9 int nand_verify_buf(struct mtd_info * mtd, const uint8_t * buf,
10 int len);
11
13 mtd
14 MTD device structure
15
16 buf
17 buffer containing the data to compare
18
19 len
20 number of bytes to compare
21
23 Default verify function for 8bit buswith
24
26 Thomas Gleixner <tglx@linutronix.de>
27 Author.
28
30Kernel Hackers Manual 2.6. June 2019 NAND_VERIFY_BUF(9)