Home
last modified time | relevance | path

Searched defs:bbm_info (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dbbm.h143 struct bbm_info { struct
144 int bbt_erase_shift;
145 int badblockpos;
146 int options;
148 uint8_t *bbt;
150 int (*isbad_bbt)(struct mtd_info *mtd, loff_t ofs, int allowbbt);
153 struct nand_bbt_descr *badblock_pattern;
155 void *priv;
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dbbm.h126 struct bbm_info { struct
127 int bbt_erase_shift;
128 int options;
130 uint8_t *bbt;
132 int (*isbad_bbt)(struct mtd_info *mtd, loff_t ofs, int allowbbt);
135 struct nand_bbt_descr *badblock_pattern;
137 void *priv;