Searched refs:tight (Results 1 – 8 of 8) sorted by relevance
5 filesystem). CRAMFS is useful when space is tight since files are
23 file. Unless you have an extremely tight memory memory constraints,
119 int nand_lock(struct mtd_info *mtd, int tight);
761 int tight = 0; in do_nand() local765 tight = 1; in do_nand()772 if (!nand_lock(mtd, tight)) { in do_nand()
1528 filesystem). CRAMFS is useful when space is tight since files are
216 int nand_lock(struct mtd_info *mtd, int tight) in nand_lock() argument234 (tight ? NAND_CMD_LOCK_TIGHT : NAND_CMD_LOCK), in nand_lock()
332 "nand lock tight"333 set NAND chip to lock tight state (software can't change locking anymore)
287 in SPL, if space for the SPL binary is very tight.