1NAND_READ_PAGE_RAW_S(9) Internal Functions Provided NAND_READ_PAGE_RAW_S(9)
2
3
4
6 nand_read_page_raw_syndrome - [INTERN] read raw page data without ecc
7
9 int nand_read_page_raw_syndrome(struct mtd_info * mtd,
10 struct nand_chip * chip, uint8_t * buf,
11 int oob_required, int page);
12
14 mtd
15 mtd info structure
16
17 chip
18 nand chip info structure
19
20 buf
21 buffer to store read data
22
23 oob_required
24 caller requires OOB data read to chip->oob_poi
25
26 page
27 page number to read
28
30 We need a special oob layout and handling even when OOB isn't used.
31
33 Thomas Gleixner <tglx@linutronix.de>
34 Author.
35
37Kernel Hackers Manual 3.10 June 2019 NAND_READ_PAGE_RAW_S(9)