[default] read chip data into buffer
void nand_read_buf16(struct mtd_info * mtd, uint8_t * buf, int len);
mtd
MTD device structure
buf
buffer to store date
len
number of bytes to read
Default read function for 16bit buswidth.
Thomas Gleixner <[email protected]>
Author.