1. NAME▲
nand_read_subpage - [REPLACEABLE] ECC based sub-page read function
2. SYNOPSIS ▲
int nand_read_subpage(struct mtd_info * mtd , struct nand_chip * chip , uint32_t data_offs , uint32_t readlen , uint8_t * bufpoi );
3. ARGUMENTS ▲
mtd
mtd 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
4. AUTHOR ▲
Thomas Gleixner <>
Author.
5. COPYRIGHT ▲