Home
last modified time | relevance | path

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

/external/u-boot/include/
Dnand.h118 int nand_lock(struct mtd_info *mtd, int tight);
/external/u-boot/drivers/mtd/nand/
Dnand_util.c215 int nand_lock(struct mtd_info *mtd, int tight) in nand_lock() function
/external/u-boot/cmd/
Dnand.c746 if (!nand_lock(mtd, tight)) { in do_nand()