other versions
- stretch 4.9.168-1
NAND_READ_SUBPAGE(9) | Internal Functions Provided | NAND_READ_SUBPAGE(9) |
NAME¶
nand_read_subpage - [REPLACEABLE] ECC based sub-page read functionSYNOPSIS¶
int nand_read_subpage(struct mtd_info * mtd, struct nand_chip * chip, uint32_t data_offs, uint32_t readlen, uint8_t * bufpoi, int page);
ARGUMENTS¶
mtdmtd info structure
chip
nand chip info structure
data_offs
offset of requested data within the page
readlen
data length
bufpoi
buffer to store read data
page
page number to read
AUTHOR¶
Thomas Gleixner <tglx@linutronix.de>Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |