Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/nand/
A Dcore.c108 bool nanddev_isreserved(struct nand_device *nand, const struct nand_pos *pos) in nanddev_isreserved() function
121 EXPORT_SYMBOL_GPL(nanddev_isreserved);
136 if (nanddev_isbad(nand, pos) || nanddev_isreserved(nand, pos)) { in nanddev_erase()
139 if (nanddev_isreserved(nand, pos)) in nanddev_erase()
/u-boot/include/linux/mtd/
A Dnand.h693 bool nanddev_isreserved(struct nand_device *nand, const struct nand_pos *pos);
/u-boot/drivers/mtd/nand/spi/
A Dcore.c802 ret = nanddev_isreserved(nand, &pos); in spinand_mtd_block_isreserved()

Completed in 7 milliseconds