1NAND_WRITE_PAGE_RAW(9) Internal Functions Provided NAND_WRITE_PAGE_RAW(9)
2
3
4
6 nand_write_page_raw - [Intern] raw page write function
7
9 void nand_write_page_raw(struct mtd_info * mtd,
10 struct nand_chip * chip, const uint8_t * buf);
11
13 mtd
14 mtd info structure
15
16 chip
17 nand chip info structure
18
19 buf
20 data buffer
21
23 Not for syndrome calculating ecc controllers, which use a special oob
24 layout
25
27 Thomas Gleixner <tglx@linutronix.de>
28 Author.
29
31Kernel Hackers Manual 2.6. November 2011 NAND_WRITE_PAGE_RAW(9)