1NAND_READ_PAGE_RAW(9) Internal Functions Provided NAND_READ_PAGE_RAW(9)
2
3
4
6 nand_read_page_raw - [Intern] read raw page data without ecc
7
9 int nand_read_page_raw(struct mtd_info * mtd, struct nand_chip * chip,
10 uint8_t * buf, int page);
11
13 mtd
14 mtd info structure
15
16 chip
17 nand chip info structure
18
19 buf
20 buffer to store read data
21
22 page
23 page number to read
24
26 Not for syndrome calculating ecc controllers, which use a special oob
27 layout
28
30 Thomas Gleixner <tglx@linutronix.de>
31 Author.
32
34Kernel Hackers Manual 2.6. June 2019 NAND_READ_PAGE_RAW(9)