Searched refs:allowbbt (Results 1 - 7 of 7) sorted by relevance

/u-boot/include/linux/mtd/
H A Dbbm.h144 int (*isbad_bbt)(struct mtd_info *mtd, loff_t ofs, int allowbbt);
H A Drawnand.h1157 int nand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt);
1159 int allowbbt);
/u-boot/drivers/mtd/onenand/
H A Donenand_bbt.c152 * @param allowbbt allow access to bad block table region
154 static int onenand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt) argument
174 return allowbbt ? 0 : 1;
H A Donenand_base.c1710 * @param allowbbt 1, if its allowed to access the bbt area
1715 static int onenand_block_isbad_nolock(struct mtd_info *mtd, loff_t ofs, int allowbbt) argument
1721 return bbm->isbad_bbt(mtd, ofs, allowbbt);
/u-boot/drivers/mtd/nand/raw/
H A Dmxs_nand_spl.c186 static int is_badblock(struct mtd_info *mtd, loff_t offs, int allowbbt) argument
H A Dnand_bbt.c1332 * @allowbbt: allow access to bad block table region
1335 int nand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt) argument
1352 return allowbbt ? 0 : 2;
H A Dnand_base.c503 * @allowbbt: 1, if its allowed to access the bbt area
508 static int nand_block_checkbad(struct mtd_info *mtd, loff_t ofs, int allowbbt) argument
523 return nand_isbad_bbt(mtd, ofs, allowbbt);
3494 * @allowbbt: allow erasing the bbt area
3499 int allowbbt)
3543 chip->page_shift, allowbbt)) {
3498 nand_erase_nand(struct mtd_info *mtd, struct erase_info *instr, int allowbbt) argument

Completed in 134 milliseconds