Home
last modified time | relevance | path

Searched refs:tight (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/fs/cramfs/
H A DKconfig5 filesystem). CRAMFS is useful when space is tight since files are
/rk3399_rockchip-uboot/fs/fat/
H A DKconfig23 file. Unless you have an extremely tight memory memory constraints,
/rk3399_rockchip-uboot/include/
H A Dnand.h119 int nand_lock(struct mtd_info *mtd, int tight);
/rk3399_rockchip-uboot/cmd/
H A Dnand.c761 int tight = 0; in do_nand() local
765 tight = 1; in do_nand()
772 if (!nand_lock(mtd, tight)) { in do_nand()
H A DKconfig1528 filesystem). CRAMFS is useful when space is tight since files are
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_util.c216 int nand_lock(struct mtd_info *mtd, int tight) in nand_lock() argument
234 (tight ? NAND_CMD_LOCK_TIGHT : NAND_CMD_LOCK), in nand_lock()
/rk3399_rockchip-uboot/doc/
H A DREADME.nand332 "nand lock tight"
333 set NAND chip to lock tight state (software can't change locking anymore)
/rk3399_rockchip-uboot/common/spl/
H A DKconfig287 in SPL, if space for the SPL binary is very tight.