Searched refs:nand_unlock (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/board/logicpd/omap3som/ |
H A D | omap3logic.c | 201 nand_unlock(mtd, 0, mtd->size, 0); in unlock_nand()
|
/openbmc/u-boot/include/ |
H A D | nand.h | 119 int nand_unlock(struct mtd_info *mtd, loff_t start, size_t length,
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_util.c | 309 int nand_unlock(struct mtd_info *mtd, loff_t start, size_t length, in nand_unlock() function
|
/openbmc/u-boot/cmd/ |
H A D | nand.c | 774 if (!nand_unlock(mtd, off, size, allexcept)) { in do_nand()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | nand_base.c | 4865 static int nand_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in nand_unlock() function 6533 mtd->_unlock = nand_unlock; in nand_scan_tail()
|