Searched refs:nand_read_data_op (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c572 ret = nand_read_data_op(chip, &status, sizeof(status), true);
851 ret = nand_read_data_op(chip, &status, sizeof(status),
897 ret = nand_read_data_op(chip, &status,
908 ret = nand_read_data_op(chip, &status, sizeof(status), true);
1512 * nand_read_data_op - Read data from the NAND
1524 int nand_read_data_op(struct nand_chip *chip, void *buf, unsigned int len, function
1544 EXPORT_SYMBOL_GPL(nand_read_data_op); variable
1758 ret = nand_read_data_op(chip, buf, mtd->writesize, false);
1763 ret = nand_read_data_op(chip, chip->oob_poi, mtd->oobsize,
1792 ret = nand_read_data_op(chi
[all...]
/u-boot/include/linux/mtd/
H A Drawnand.h1365 int nand_read_data_op(struct nand_chip *chip, void *buf, unsigned int len,

Completed in 93 milliseconds