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

/u-boot/include/linux/mtd/
H A Drawnand.h1339 int nand_reset(struct nand_chip *chip, int chipnr);
/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c1582 * nand_reset - Reset and initialize a NAND device
1588 int nand_reset(struct nand_chip *chip, int chipnr) function
3384 nand_reset(chip, chipnr);
4277 ret = nand_reset(chip, 0);
4582 * for the first die, because nand_reset() has been called before
4584 * For the other dies, nand_reset() will automatically switch to the
4598 nand_reset(chip, i);

Completed in 113 milliseconds