Home
last modified time | relevance | path

Searched refs:nanddev_erase (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/
H A Dcore.c128 int nanddev_erase(struct nand_device *nand, const struct nand_pos *pos) in nanddev_erase() function
138 EXPORT_SYMBOL_GPL(nanddev_erase);
164 ret = nanddev_erase(nand, &pos); in nanddev_mtd_erase()
/openbmc/linux/drivers/mtd/nand/
H A Dcore.c129 static int nanddev_erase(struct nand_device *nand, const struct nand_pos *pos) in nanddev_erase() function
164 ret = nanddev_erase(nand, &pos); in nanddev_mtd_erase()
/openbmc/u-boot/include/linux/mtd/
H A Dnand.h680 int nanddev_erase(struct nand_device *nand, const struct nand_pos *pos);