1. NAME

nand_read_buf16 - [DEFAULT] read chip data into buffer

2. SYNOPSIS

void nand_read_buf16(struct mtd_info *  mtd , uint8_t *  buf , int  len );

3. ARGUMENTS

mtd
    MTD device structure

buf
    buffer to store date

len
    number of bytes to read

4. DESCRIPTION

Default read function for 16bit buswidth.

5. AUTHOR

Thomas Gleixner <>
    Author.

6. COPYRIGHT